|
@@ -80,6 +80,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
|
|
late final showSlashMenu = customSlashCommand(
|
|
late final showSlashMenu = customSlashCommand(
|
|
slashMenuItems,
|
|
slashMenuItems,
|
|
shouldInsertSlash: false,
|
|
shouldInsertSlash: false,
|
|
|
|
+ style: styleCustomizer.selectionMenuStyleBuilder(),
|
|
).handler;
|
|
).handler;
|
|
|
|
|
|
late final styleCustomizer = EditorStyleCustomizer(context: context);
|
|
late final styleCustomizer = EditorStyleCustomizer(context: context);
|