mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): group edge selection actions
This commit is contained in:
parent
e38d75c3dc
commit
1d7671298f
@ -528,6 +528,11 @@ const isSelectionAction = (action: UnknownAction) => {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
if (edgesChanged.match(action)) {
|
||||
if (action.payload.every((change) => change.type === 'select')) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user