mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 02:04:09 +00:00
Implement mask editor undo/redo (#3708)
This commit is contained in:
@@ -118,7 +118,8 @@ export class ComfyApp {
|
||||
*/
|
||||
static clipspace: Clipspace | null = null
|
||||
static clipspace_invalidate_handler: (() => void) | null = null
|
||||
static open_maskeditor = null
|
||||
static open_maskeditor: (() => void) | null = null
|
||||
static maskeditor_is_opended: (() => void) | null = null
|
||||
static clipspace_return_node = null
|
||||
|
||||
vueAppReady: boolean
|
||||
|
||||
Reference in New Issue
Block a user