From 8a21f4ee55b6a1ff985aca0b48b2f3a2d16393a7 Mon Sep 17 00:00:00 2001 From: alan Date: Wed, 29 May 2019 10:01:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?=E9=98=BB=E6=AD=A2=E5=86=92=E6=B3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/connection/left/item/left_item_icon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/connection/left/item/left_item_icon.ts b/src/app/connection/left/item/left_item_icon.ts index 094b8b6..2d3cd84 100644 --- a/src/app/connection/left/item/left_item_icon.ts +++ b/src/app/connection/left/item/left_item_icon.ts @@ -64,7 +64,7 @@ const Widget: WidgetType = { type: IconButton, height: 24, width: 26, - stopEvent: true, + stopPropagation: true, title, handler: () => { const {value, id, title} = this.options;