Răsfoiți Sursa

fix: sidebar hidden when edit a block

Ahmad Kholid 2 ani în urmă
părinte
comite
dce4568216
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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;
   }
 
+  state.showSidebar = true;
   editState.editing = true;
 }
 async function updateWorkflow(data) {