mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: open slash menu on adding block above/below (#4028)
This commit is contained in:
parent
bfa9233bd4
commit
32ca864bf7
@ -113,6 +113,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
|
|||||||
|
|
||||||
late final Map<String, BlockComponentBuilder> blockComponentBuilders =
|
late final Map<String, BlockComponentBuilder> blockComponentBuilders =
|
||||||
getEditorBuilderMap(
|
getEditorBuilderMap(
|
||||||
|
slashMenuItems: slashMenuItems,
|
||||||
context: context,
|
context: context,
|
||||||
editorState: widget.editorState,
|
editorState: widget.editorState,
|
||||||
styleCustomizer: widget.styleCustomizer,
|
styleCustomizer: widget.styleCustomizer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user