refactor(接口自动化): FAB按钮点击空白不再自动关闭。

This commit is contained in:
q4speed 2020-12-24 13:53:28 +08:00
parent 79d38eb9d8
commit 57caae9a2f
1 changed files with 2 additions and 1 deletions

View File

@ -451,7 +451,8 @@
}
return false;
},
outsideClick() {
outsideClick(e) {
e.stopPropagation()
this.operatingElements = ELEMENTS.get("ALL");
},
addComponent(type) {