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

Fix toolbar modal positioning #713

Merged
merged 1 commit into from
Jan 22, 2018
Merged

Conversation

ZachTRice
Copy link
Contributor

Changes in this pull request:

  • Change left position direction to right as per documentation
  • Import jquery-ui/position to wvui to prevent unexpected results

- Change `left` position direction to `right` as per documentation
- Import `jquery-ui/position` to wvui to prevent unexpected results
@ghost ghost assigned ZachTRice Jan 22, 2018
@ghost ghost added the under development label Jan 22, 2018
@ZachTRice ZachTRice requested review from localjo and Benjaki2 January 22, 2018 17:50
@ZachTRice
Copy link
Contributor Author

This is the issue I was seeing after #503 changes:

screenshot_21

Copy link
Contributor

@localjo localjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@@ -1,6 +1,7 @@
import $ from 'jquery';
import 'jquery-ui/dialog';
import 'jquery-ui/menu';
import 'jquery-ui/position';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds 15.5k to the bundle. I think that's ok.

@ZachTRice ZachTRice merged commit 7eb6ac1 into module-loaders Jan 22, 2018
@ZachTRice ZachTRice deleted the module-loaders-modal-fix branch January 22, 2018 21:20
@ghost ghost removed the under development label Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants