mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-18 02:23:06 +08:00
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. |
||
|---|---|---|
| .. | ||
| ui | ||
| api.js | ||
| app.js | ||
| changeTracker.js | ||
| defaultGraph.js | ||
| domWidget.js | ||
| logging.js | ||
| pnginfo.js | ||
| ui.js | ||
| utils.js | ||
| widgets.js | ||
| workflows.js | ||