Ver Fonte

fix: sidebar hidden when edit a block

Ahmad Kholid há 2 anos atrás
pai
commit
dce4568216
1 ficheiros alterados com 1 adições e 0 exclusões
  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) {