fix: Block Editor点击带有斜杠的地方弹出slash搜索结果弹窗

This commit is contained in:
jingrow 2026-06-04 17:10:23 +08:00
parent a5748556e8
commit 6abdcfd83b

View File

@ -54,7 +54,7 @@ const props = withDefaults(defineProps<{
char: '/',
pluginKey: 'suggestionMenu',
maxHeight: 384,
allowedPrefixes: null,
allowedPrefixes: [' '],
allowSpaces: false,
startOfLine: false,
allowToIncludeChar: false,