pass full bg payload in actionProperties

This commit is contained in:
Ryan Di
2026-03-18 20:08:42 +11:00
parent 40158fa0a0
commit d1cbab855d
@@ -206,6 +206,7 @@ describe("element locking", () => {
act(() => {
h.app.actionManager.executeAction(actionChangeBackgroundColor, "ui", {
viewBackgroundColor: h.state.viewBackgroundColor,
currentItemBackgroundColor: "#ffc9c9",
});
});