Skip to content

Commit 1876c41

Browse files
committed
fix: main merge
1 parent 5e939ff commit 1876c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/web/pmPlugins/MaxLengthPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Extension } from '@tiptap/core';
22
import type { Node as PMNode } from '@tiptap/pm/model';
33
import { Plugin, PluginKey, type Transaction } from '@tiptap/pm/state';
44
import { Mapping } from '@tiptap/pm/transform';
5-
import { nativeLeafText } from '../positionMapping';
5+
import { nativeLeafText } from '../nativeMappers/positionMapping';
66

77
interface MaxLengthPluginOptions {
88
getMaxLength: () => number | undefined;

0 commit comments

Comments
 (0)