refactor: rm circular dependency

This commit is contained in:
Nick the Sick 2024-06-12 06:41:58 +02:00
parent 7e7ae195e7
commit 4e4c622e1b
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -3,7 +3,7 @@ import { Node as ProsemirrorNode, Schema } from '@tiptap/pm/model'
import { Plugin } from '@tiptap/pm/state'
import { Decoration, EditorView } from '@tiptap/pm/view'
import { Editor } from './Editor.js'
import type { Editor } from './Editor.js'
import { getAttributesFromExtensions } from './helpers/getAttributesFromExtensions.js'
import { getExtensionField } from './helpers/getExtensionField.js'
import { getNodeType } from './helpers/getNodeType.js'