mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
fix: lint error
This commit is contained in:
@@ -25,7 +25,6 @@ import {
|
||||
MARKDOWN_STYLE_MAP,
|
||||
MatchRes,
|
||||
} from './utils';
|
||||
import { AsyncBlock, SelectBlock } from '@toeverything/components/editor-core';
|
||||
|
||||
function isInlineAndVoid(editor: Editor, el: any) {
|
||||
return editor.isInline(el) && editor.isVoid(el);
|
||||
|
||||
Reference in New Issue
Block a user