Explorar o código

fix: sidebar hidden when edit a block

Ahmad Kholid %!s(int64=2) %!d(string=hai) anos
pai
achega
dce4568216
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) {