Update toggle visibility effect in project sequence steps

This commit is contained in:
2026-04-15 01:43:08 +02:00
parent 9e1d6caecf
commit ec6c5e0cef

View File

@@ -73,9 +73,12 @@ describe("project sequence steps", () => {
expect(getInteractionLinkSequenceSteps(visibilityLink)).toEqual([
{
stepClass: "impulse",
type: "toggleVisibility",
targetBrushId: "brush-main",
visible: false
type: "setVisibility",
target: {
kind: "brush",
brushId: "brush-main"
},
mode: "hide"
}
]);
});