mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
feat(editor): footnote inline package (#11049)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { ExtensionType } from '@blocksuite/store';
|
||||
|
||||
import { FootNoteInlineSpecExtension } from './inline-spec';
|
||||
|
||||
export const inlineFootnoteExtensions: ExtensionType[] = [
|
||||
FootNoteInlineSpecExtension,
|
||||
];
|
||||
Reference in New Issue
Block a user