Skip to content

Commit

Permalink
[lexical-react][lexical-playground] sync draggable block plugin to www (
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon authored Jul 17, 2024
1 parent cad2861 commit bd26794
Show file tree
Hide file tree
Showing 10 changed files with 543 additions and 431 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.name_mapper='^@lexical/react/LexicalComposerContext$' -> '<PROJECT_ROOT>/
module.name_mapper='^@lexical/react/LexicalContentEditable$' -> '<PROJECT_ROOT>/packages/lexical-react/flow/LexicalContentEditable.js.flow'
module.name_mapper='^@lexical/react/LexicalContextMenuPlugin$' -> '<PROJECT_ROOT>/packages/lexical-react/flow/LexicalContextMenuPlugin.js.flow'
module.name_mapper='^@lexical/react/LexicalDecoratorBlockNode$' -> '<PROJECT_ROOT>/packages/lexical-react/flow/LexicalDecoratorBlockNode.js.flow'
module.name_mapper='^@lexical/react/LexicalDraggableBlockPlugin$' -> '<PROJECT_ROOT>/packages/lexical-react/flow/LexicalDraggableBlockPlugin.js.flow'
module.name_mapper='^@lexical/react/LexicalEditorRefPlugin$' -> '<PROJECT_ROOT>/packages/lexical-react/flow/LexicalEditorRefPlugin.js.flow'
module.name_mapper='^@lexical/react/LexicalErrorBoundary$' -> '<PROJECT_ROOT>/packages/lexical-react/flow/LexicalErrorBoundary.js.flow'
module.name_mapper='^@lexical/react/LexicalHashtagPlugin$' -> '<PROJECT_ROOT>/packages/lexical-react/flow/LexicalHashtagPlugin.js.flow'
Expand Down
3 changes: 3 additions & 0 deletions packages/lexical-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"@lexical/react/LexicalDecoratorBlockNode": [
"../lexical-react/src/LexicalDecoratorBlockNode.ts"
],
"@lexical/react/LexicalDraggableBlockPlugin": [
"../lexical-react/src/LexicalDraggableBlockPlugin.tsx"
],
"@lexical/react/LexicalEditorRefPlugin": [
"../lexical-react/src/LexicalEditorRefPlugin.tsx"
],
Expand Down
Loading

0 comments on commit bd26794

Please sign in to comment.