ComfyUI/web/scripts
filtered b6779d8df3
Fix undo incorrectly undoing text input (#4114)
Fixes an issue where under certain conditions, the ComfyUI custom undo / redo functions would not run when intended to.

When trying to undo an action like deleting several nodes, instead the native browser undo runs - e.g. a textarea gets focus and the last typed text is undone.  Clicking outside the text area and typing again just keeps doing the same thing.
2024-07-26 12:25:42 -04:00
..
ui New menu fixes - fix send to workflow (#3909) 2024-07-14 02:04:40 -04:00
api.js Supress frontend exception on unhandled message type (#4078) 2024-07-21 21:15:01 -04:00
app.js Fix loadGraphData call during restore (#3976) 2024-07-09 11:23:26 -04:00
changeTracker.js Fix undo incorrectly undoing text input (#4114) 2024-07-26 12:25:42 -04:00
defaultGraph.js Change the default prompt to something more impressive. 2023-04-08 01:10:15 -04:00
domWidget.js New Menu & Workflow Management (#3112) 2024-06-25 06:49:25 -04:00
logging.js Fix logging not checking onChange 2024-01-15 17:45:48 +00:00
pnginfo.js Fix/webp exif little endian (#4061) 2024-07-19 18:39:04 -04:00
ui.js Save and load workflow from the flac files output by SaveAudio. 2024-06-27 02:07:29 -04:00
utils.js New Menu & Workflow Management (#3112) 2024-06-25 06:49:25 -04:00
widgets.js Fix potential issues with the int rounding fix. 2024-05-03 05:49:21 -04:00
workflows.js New menu/workflows fixes (#3900) 2024-06-28 01:07:19 -04:00