We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734d4f7 commit 9e7a16bCopy full SHA for 9e7a16b
imports/editor/2d/tools/SseTool.js
@@ -20,7 +20,7 @@ export default class SseTools {
20
}
21
22
bindCallbacks(){
23
- ["onMouseDown","onMouseUp","onMouseMove","onMouseDrag", "onKeyDown", "onKeyUp"].forEach(callback=>{
+ ["onMouseDown","onMouseUp","onMouseMove","onMouseDrag", "onKeyDown", "onKeyUp", "cancel"].forEach(callback=>{
24
if (typeof this[callback] == "function")
25
this.paperTool[callback] = this[callback].bind(this);
26
})
0 commit comments