mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +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
|
return false
|
||||||
|
|
||||||
// Compare other properties normally
|
// 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])) {
|
if (!_.isEqual(a[key], b[key])) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user