This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exploration - Feature tree / adding internal support for tree data st…
…ructures Summary: This PR is part of a series of PR's that will be exploring **tree data block support** in Draft. **Adding support for tree data structures** This PR includes the missing parts for adding support for internal tree data structure by providing: * last transaction insertFragmentIntoContentState.js * last modifier AtomicBlockUtils * fixing a bug on the randomizeBlockMapKeys to handle orphanated fragments This is the last PR of the series to add support for internal tree data structures, from here we should then either update `RichTextEditorUtil` to have some `tree` awareness and having some controls for creating nesting content or create a new `NestedRichTextEditorUtil` that can be used for that. Ideally that work would also come with a `demo` example page *** **Note:** This is unstable and not part of the public API and should not be used by production systems. Closes #1593 Differential Revision: D6679776 fbshipit-source-id: ad25593a7dd01552848a9ae2cdc7d34491b8130e
- Loading branch information
1 parent
0059dd4
commit 3689a93
Showing
11 changed files
with
7,132 additions
and
1,542 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
Oops, something went wrong.