File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/extensions/additional/QuoteLink Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type React from 'react';
3
3
import type { Fragment , Node } from 'prosemirror-model' ;
4
4
import type { Transaction } from 'prosemirror-state' ;
5
5
import { TextSelection } from 'prosemirror-state' ;
6
+ // @ts -ignore // TODO: fix cjs build
6
7
import { findParentNodeOfType , findParentNodeOfTypeClosestToPos } from 'prosemirror-utils' ;
7
8
import type { EditorView } from 'prosemirror-view' ;
8
9
Original file line number Diff line number Diff line change 1
1
import '@diplodoc/quote-link-extension/runtime' ;
2
2
import type { NodeType } from 'prosemirror-model' ;
3
+ // @ts -ignore // TODO: fix cjs build
3
4
import { hasParentNodeOfType } from 'prosemirror-utils' ;
4
5
5
6
import type { Action , ExtensionAuto } from '#core' ;
You can’t perform that action at this time.
0 commit comments