fix(ui): group layer color change history

This commit is contained in:
psychedelicious 2024-04-20 09:47:36 +10:00
parent 9276ecfd02
commit 18e1d74917

View File

@ -363,7 +363,8 @@ const undoableGroupByMatcher = isAnyOf(
isEnabledChanged,
rpLayerPositivePromptChanged,
rpLayerNegativePromptChanged,
rpLayerTranslated
rpLayerTranslated,
rpLayerColorChanged,
);
const LINE_1 = 'LINE_1';