mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): group layer color change history
This commit is contained in:
parent
9276ecfd02
commit
18e1d74917
@ -363,7 +363,8 @@ const undoableGroupByMatcher = isAnyOf(
|
||||
isEnabledChanged,
|
||||
rpLayerPositivePromptChanged,
|
||||
rpLayerNegativePromptChanged,
|
||||
rpLayerTranslated
|
||||
rpLayerTranslated,
|
||||
rpLayerColorChanged,
|
||||
);
|
||||
|
||||
const LINE_1 = 'LINE_1';
|
||||
|
Loading…
Reference in New Issue
Block a user