Skip to content

Commit

Permalink
Different but with DeleteMulti (I didn't want to make an issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnTheWitch committed Nov 26, 2023
1 parent e2d9713 commit 0e95eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DrawModes/DeleteMultiTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ export function deleteMultiMouseUp(event: MouseEvent) {
export function deleteMultiMouseOut() {
currentNode = null;
legalNode = false;
redrawTree(treeContext.tree);
}

0 comments on commit 0e95eb6

Please sign in to comment.