File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4854,7 +4854,7 @@ class KeyboardManager {
4854
4854
private maskEditor : MaskEditorDialog
4855
4855
private messageBroker : MessageBroker
4856
4856
4857
- // Binded functions, for use in addListeners and removeListeners
4857
+ // Bound functions, for use in addListeners and removeListeners
4858
4858
private handleKeyDownBound = this . handleKeyDown . bind ( this )
4859
4859
private handleKeyUpBound = this . handleKeyUp . bind ( this )
4860
4860
private clearKeysBound = this . clearKeys . bind ( this )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type {
6
6
LLink ,
7
7
Vector2
8
8
} from '@comfyorg/litegraph'
9
- import type { CanvasMouseEvent } from '@comfyorg/litegraph/dist/types/events'
9
+ import type { CanvasPointerEvent } from '@comfyorg/litegraph/dist/types/events'
10
10
import type { IBaseWidget } from '@comfyorg/litegraph/dist/types/widgets'
11
11
12
12
import {
@@ -78,7 +78,7 @@ export class PrimitiveNode extends LGraphNode {
78
78
app . canvas ,
79
79
node ,
80
80
app . canvas . graph_mouse ,
81
- { } as CanvasMouseEvent
81
+ { } as CanvasPointerEvent
82
82
)
83
83
}
84
84
}
You can’t perform that action at this time.
0 commit comments