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: maps, ev and er were not resizing for fullscreen or item resize in edit mode [v36] #1666

Merged
merged 4 commits into from
Mar 30, 2021

Conversation

jenniferarnesen
Copy link
Collaborator

@jenniferarnesen jenniferarnesen commented Mar 23, 2021

Since the switch to dynamic module loading, the plugins are now promises and need to be resolved. There were some awaits that were missing.

Other improvements were to move the listener for resizing events to the specific plugin component rather than having it in componentDidMount in the generic Visualization component. This reduced the number of times re-render of the plugin was triggered.

Link to PR that was merged to master (contains screenshots or video): #1659

…in edit mode (#1659)

Since the switch to dynamic module loading, the plugins are now promises and need to be resolved. There were some awaits that were missing.

Other improvements were to move the listener for resizing events to the specific plugin component rather than having it in componentDidMount in the generic Visualization component. This reduced the number of times re-render of the plugin was triggered.
Copy link
Contributor

@turban turban left a comment

Choose a reason for hiding this comment

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

LGTM

@jenniferarnesen jenniferarnesen merged commit 1df5cbe into v36 Mar 30, 2021
@jenniferarnesen jenniferarnesen deleted the fix/maps-not-resizing-36 branch March 30, 2021 08:30
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.

2 participants