We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472e083 commit 87f9420Copy full SHA for 87f9420
packages/sharedb/src/lib/BaseOtPlugin.ts
@@ -12,6 +12,7 @@ import { withPlateOt } from './withPlateOt';
12
13
export const BaseOtPlugin = createTSlatePlugin<OtConfig>({
14
key: 'sharedb',
15
+ priority: 1000, // 设置较低优先级,确保在 NodeId 插件之后加载
16
extendEditor: withPlateOt,
17
options: {
18
_connection: null,
packages/utils-custom/src/lib/plugins/index.ts
@@ -6,4 +6,3 @@ export * from './ExitBreakPlugin';
6
export * from './normalize-types/index';
7
export * from './single-block/index';
8
export * from './trailing-block/index';
9
-export * from './custom-trailing-block/index';
0 commit comments