From 9915937e9879e476c265d9f265707f827b0d69a9 Mon Sep 17 00:00:00 2001 From: "wuyue.xht" Date: Mon, 22 Jun 2020 09:51:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/designer/src/builtin-simulator/host.ts | 6 +++--- packages/editor-skeleton/src/widget/panel.ts | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/designer/src/builtin-simulator/host.ts b/packages/designer/src/builtin-simulator/host.ts index 6111977f7..48318add5 100644 --- a/packages/designer/src/builtin-simulator/host.ts +++ b/packages/designer/src/builtin-simulator/host.ts @@ -1,4 +1,4 @@ -import { obx, autorun, computed, getPublicPath, hotkey, focusTracker, globalContext, Editor } from '@ali/lowcode-editor-core'; +import { obx, autorun, computed, getPublicPath, hotkey, focusTracker } from '@ali/lowcode-editor-core'; import { ISimulatorHost, Component, NodeInstance, ComponentInstance } from '../simulator'; import Viewport from './viewport'; import { createSimulator } from './create-simulator'; @@ -266,7 +266,7 @@ export class BuiltinSimulatorHost implements ISimulatorHost !!item).join('-') || @@ -432,7 +432,7 @@ export class BuiltinSimulatorHost implements ISimulatorHost !!item).join('-') || diff --git a/packages/editor-skeleton/src/widget/panel.ts b/packages/editor-skeleton/src/widget/panel.ts index 25c343cd0..6f9010dc0 100644 --- a/packages/editor-skeleton/src/widget/panel.ts +++ b/packages/editor-skeleton/src/widget/panel.ts @@ -54,7 +54,6 @@ export default class Panel implements IWidget { get content(): ReactNode { const area = this.config?.area || this.parent?.name; - console.log(area); if (this.plain) { return createElement(PanelView, { panel: this,