mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Ability to cancel nodes implemented
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user