Browse Source

refactor: 应该是阻止冒泡

qufenxi
alan 6 years ago
parent
commit
8a21f4ee55
  1. 2
      src/app/connection/left/item/left_item_icon.ts

2
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;

Loading…
Cancel
Save