Ability to cancel nodes implemented

This commit is contained in:
barsdeveloper
2021-12-12 22:00:41 +01:00
parent 59eb68298c
commit 43439bbcd3
6 changed files with 728 additions and 629 deletions

View File

@@ -86,7 +86,7 @@ export default class MouseClickDrag extends Pointing {
this.target.removeEventListener("mousedown", this.mouseDownHandler)
if (this.clickButton == 2) {
this.target.removeEventListener("contextmenu", this.preventDefault)
} blueprintunfocusHandler
}
}
/* Subclasses will override the following methods */