-
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.
refactor(strategies) Mandatory Elements To Rerender For Strategies (#…
…6408) - Added `combineElementsToRerender` utility function. - Added `appendElementsToRerenderToApplyResult` utility function. - Added `StrategyApplicationResult.elementsToRerender`. - Removed `setElementsToRerenderCommand` and `appendElementsToRerenderCommand` and the associated supporting code. - Moved values originally passed to `setElementsToRerenderCommand` to the new parameter that `strategyApplicationResult` now has. - Moved values originally passed to `appendElementsToRerenderCommand` to a call to `appendElementsToRerenderToApplyResult`. - Added `applyElementsToRerenderFromStrategyResult` utility function. - Hooked in the `applyElementsToRerenderFromStrategyResult` function into various strategy functions to update the `EditorState`.
- Loading branch information
1 parent
3cf3883
commit ef8c8ed
Showing
48 changed files
with
557 additions
and
468 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
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
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.