From e9bffc38bbb84d9933575c76ae81cdc32ecadc2a Mon Sep 17 00:00:00 2001 From: LIlGG <1103069291@qq.com> Date: Mon, 2 Sep 2024 10:38:03 +0800 Subject: [PATCH] fix: solving the issue of filtered text expansion for linked cards --- ui/src/editor/text-bubble-extension.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/editor/text-bubble-extension.ts b/ui/src/editor/text-bubble-extension.ts index a1f2d3b..1a782bf 100644 --- a/ui/src/editor/text-bubble-extension.ts +++ b/ui/src/editor/text-bubble-extension.ts @@ -4,6 +4,8 @@ import { markRaw } from 'vue'; import linkViewTypes from './link-view-type'; const TextBubbleExtension = Extension.create({ + name: 'textHyperlinkCardExtension', + onBeforeCreate() { const itemKey = 'export-text-link-view'; this.editor.extensionManager.extensions.forEach((extension) => {