-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace moveTemplate with inspector strategies (#4338)
* Remove unused functions * Replace findElementAtPath with getElementFromProjectContents in clipboard.ts * getElementFromProjectContents is not a good name * More fixes * Remove unused code * Remove moveTemplate from UNWRAP_ELEMENTS * Remove code! * Remove more code * Draft to add absolute offsets * Remove unused import * Extract function * Do not force pins when there weren't any * Fix compile errors * Inspector strategy based editorMoveTemplate implementation * Do not force pins when unwrapping * Fix flex test * Add parentPath null check * Take indexPosition into account * Cleanup * More rename * More renames * Eliminiate duplication * Wrap the path in strategy state data into an object * Make it sure that data is an object
- Loading branch information
Showing
14 changed files
with
349 additions
and
1,030 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.