Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable OpenFin window frame whenever enabled. #231

Merged
merged 1 commit into from
Mar 18, 2019

Conversation

bingenito
Copy link
Member

When OpenFin windows are ungrouped the frame is re-enabled. Attach to the enable event and disable the frame so it is immediately disabled and we can continue to use snap dock

Fixes #225

@bingenito bingenito marked this pull request as ready for review March 15, 2019 19:23
@bingenito bingenito requested a review from a team March 15, 2019 19:23
@bingenito bingenito closed this Mar 15, 2019
@bingenito bingenito reopened this Mar 15, 2019
@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #231 into master will decrease coverage by 0.06%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
- Coverage   93.44%   93.38%   -0.07%     
==========================================
  Files          16       16              
  Lines        1480     1481       +1     
  Branches      249      249              
==========================================
  Hits         1383     1383              
- Misses         97       98       +1
Impacted Files Coverage Δ
packages/desktopjs/src/window.ts 88.88% <0%> (-0.39%) ⬇️

@bingenito
Copy link
Member Author

Coverage on this conditional path right now is very difficult because it is based on window global that is not currently provided via injection.

@bingenito bingenito merged commit 87b2435 into morganstanley:master Mar 18, 2019
@bingenito bingenito deleted the ISSUE-225 branch March 30, 2021 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants