Skip to content

Mirror image issues - #601

Open
leachryan wants to merge 2 commits into
bevacqua:masterfrom
leachryan:patch-1
Open

Mirror image issues#601
leachryan wants to merge 2 commits into
bevacqua:masterfrom
leachryan:patch-1

Conversation

@leachryan

Copy link
Copy Markdown

Fixed a performance issue occurring when dragging an element that contains child elements. A mirror image was being created for each child image as well as the containing element. This lead to performance issues when starting to drag and waiting for elements to settle, so that the element could be dropped. This fix just checks if a mirror image already exists, and if so, doesn't append another one.

Ryan Leach added 2 commits January 23, 2019 16:20
Fixed a performance issue occurring when dragging an element that contains child elements. A mirror image was being created for each child image as well as the containing element. This lead to performance issues when starting to drag and waiting for elements to settle, so that the element could be dropped. This fix just checks if a mirror image already exists, and if so, doesn't append another one.
Removed console.log statements previously commited
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.

1 participant