From d1cbab855dad047b312746ac62e6b33546f3cec8 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Wed, 18 Mar 2026 20:08:42 +1100 Subject: [PATCH] pass full bg payload in actionProperties --- packages/excalidraw/actions/actionProperties.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/excalidraw/actions/actionProperties.test.tsx b/packages/excalidraw/actions/actionProperties.test.tsx index c4c56e0607..a84ceebc89 100644 --- a/packages/excalidraw/actions/actionProperties.test.tsx +++ b/packages/excalidraw/actions/actionProperties.test.tsx @@ -206,6 +206,7 @@ describe("element locking", () => { act(() => { h.app.actionManager.executeAction(actionChangeBackgroundColor, "ui", { + viewBackgroundColor: h.state.viewBackgroundColor, currentItemBackgroundColor: "#ffc9c9", }); });