Skip to content

Commit

Permalink
fix: sidebar hidden when edit a block
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Sep 19, 2022
1 parent 517c777 commit dce4568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/newtab/pages/workflows/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@ function initEditBlock(data) {
editState.blockData.connections = connections;
}
state.showSidebar = true;
editState.editing = true;
}
async function updateWorkflow(data) {
Expand Down

0 comments on commit dce4568

Please sign in to comment.