mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Add event when readonly changes (#160)
* Add even when readonly is changed * Swap to ts private instead of es
This commit is contained in:
1
public/litegraph.d.ts
vendored
1
public/litegraph.d.ts
vendored
@@ -1393,6 +1393,7 @@ export declare class LGraphCanvas {
|
||||
graph_mouse: Vector2;
|
||||
|
||||
pointer_is_down?: boolean;
|
||||
read_only: boolean;
|
||||
|
||||
/** clears all the data inside */
|
||||
clear(): void;
|
||||
|
||||
Reference in New Issue
Block a user