Skip to content

Commit

Permalink
feat: (apiflow) 线条增加是否移动标识
Browse files Browse the repository at this point in the history
  • Loading branch information
shuxiaokai3 committed Apr 18, 2023
1 parent dc28375 commit 8fcbb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/store/apiflow/line-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const useFlowLineStateStore = defineStore("lineState", {
dragLineId: "",
isHoverDragArrow: false,
isMouseDownDragArrow: false,
isMove: false,
};
},
});

0 comments on commit 8fcbb1b

Please sign in to comment.