liwei 1 year ago
parent
commit
f0b7bf22b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/editor/module/actions/edit.ts

+ 1 - 1
src/modules/editor/module/actions/edit.ts

@@ -214,7 +214,7 @@ export const editActions = EditorModule.action({
 
       this.helper.extendStreamCard(cardid);
 
-      this.controls.selectCtrl.selecteObjs([]);
+      this.actions.selectObjs([]);
     }
   },