Skip to content

Commit

Permalink
fix: 修复globalContext 未定义的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Dec 13, 2022
1 parent 734b4f3 commit c4bb6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shell/src/event.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor as InnerEditor } from '@alilc/lowcode-editor-core';
import { Editor as InnerEditor, globalContext } from '@alilc/lowcode-editor-core';
import { getLogger } from '@alilc/lowcode-utils';
import { editorSymbol } from './symbols';
import { IPublicApiEvent } from '@alilc/lowcode-types';
Expand Down

0 comments on commit c4bb6c4

Please sign in to comment.