1 parent 5e939ff commit 1876c41Copy full SHA for 1876c41
1 file changed
src/web/pmPlugins/MaxLengthPlugin.ts
@@ -2,7 +2,7 @@ import { Extension } from '@tiptap/core';
2
import type { Node as PMNode } from '@tiptap/pm/model';
3
import { Plugin, PluginKey, type Transaction } from '@tiptap/pm/state';
4
import { Mapping } from '@tiptap/pm/transform';
5
-import { nativeLeafText } from '../positionMapping';
+import { nativeLeafText } from '../nativeMappers/positionMapping';
6
7
interface MaxLengthPluginOptions {
8
getMaxLength: () => number | undefined;
0 commit comments