Skip to content

Commit 08e7e76

Browse files
committed
fix(plugin): 移除多余代码
1 parent 4136b68 commit 08e7e76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/ServersPlugin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import { fabric } from 'fabric';
1111
import Editor from './Editor';
1212
type IEditor = Editor;
1313
import { SelectEvent, SelectMode } from './eventType';
14-
import { off } from 'process';
15-
import { forIn } from 'lodash-es';
1614

1715
function transformText(objects: any) {
1816
if (!objects) return;

0 commit comments

Comments
 (0)