feat(editor): link inline extension (#11910)

Closes: BS-3216
This commit is contained in:
Saul-Mirone
2025-04-23 04:42:24 +00:00
parent 1b2030b36a
commit b1aecfc1c4
24 changed files with 72 additions and 20 deletions

View File

@@ -1,4 +1,3 @@
import { htmlLinkElementToDeltaMatcher } from '@blocksuite/affine-inline-link';
import {
type HtmlAST,
HtmlASTToDeltaExtension,
@@ -169,7 +168,6 @@ export const HtmlInlineToDeltaAdapterExtensions = [
htmlCodeElementToDeltaMatcher,
htmlDelElementToDeltaMatcher,
htmlUnderlineElementToDeltaMatcher,
htmlLinkElementToDeltaMatcher,
htmlMarkElementToDeltaMatcher,
htmlBrElementToDeltaMatcher,
];