Browse Source

fix: sidebar hidden when edit a block

Ahmad Kholid 2 năm trước cách đây
mục cha
commit
dce4568216
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {