mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
Track floating link changes in undo/redo history (#3160)
This commit is contained in:
@@ -398,7 +398,7 @@ export class ChangeTracker {
|
||||
return false
|
||||
|
||||
// Compare other properties normally
|
||||
for (const key of ['links', 'reroutes', 'groups']) {
|
||||
for (const key of ['links', 'floatingLinks', 'reroutes', 'groups']) {
|
||||
if (!_.isEqual(a[key], b[key])) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user