From c4bb6c4e76c91bdaf44033a17c37e625c4e7f8ae Mon Sep 17 00:00:00 2001 From: liujuping Date: Tue, 13 Dec 2022 20:40:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DglobalContext=20?= =?UTF-8?q?=E6=9C=AA=E5=AE=9A=E4=B9=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shell/src/event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shell/src/event.ts b/packages/shell/src/event.ts index 769d48f96..c3cb56c06 100644 --- a/packages/shell/src/event.ts +++ b/packages/shell/src/event.ts @@ -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';