YaolongHan 4 years ago
parent
commit
9c77ff45b1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/edit/left_toolbar.vue

+ 2 - 0
src/components/edit/left_toolbar.vue

@@ -292,7 +292,9 @@ export default {
       item.isHover = false;
     },
     toolActionClick(items) {
+      this.closevisible = false;
       this.visible = false;
+
       this.baseChoice.map(item => {
         item.isChoice = false;
       });