瀏覽代碼

fix: sidebar hidden when edit a block

Ahmad Kholid 2 年之前
父節點
當前提交
dce4568216
共有 1 個文件被更改,包括 1 次插入0 次删除
  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) {