Browse Source

fix: sidebar hidden when edit a block

Ahmad Kholid 2 years ago
parent
commit
dce4568216
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/newtab/pages/workflows/[id].vue

+ 1 - 0
src/newtab/pages/workflows/[id].vue

@@ -1066,6 +1066,7 @@ function initEditBlock(data) {
     editState.blockData.connections = connections;
     editState.blockData.connections = connections;
   }
   }
 
 
+  state.showSidebar = true;
   editState.editing = true;
   editState.editing = true;
 }
 }
 async function updateWorkflow(data) {
 async function updateWorkflow(data) {