You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(scene): persist the volume type of the "play notification" action
Switching between the Simple and Computed volume tabs only changed the
local state: an action switched to Computed without editing the formula
kept its fixed volume, and one switched back to Simple without moving the
slider kept evaluating the formula.
The tabs now use the same pattern as the "Set a variable" action: clicking
the active tab is a no-op, switching clears the value of the other type,
and switching to Computed seeds the formula with the volume shown by the
slider. They are also real buttons, so they stay reachable with the
keyboard, as the shared valueTypeLink style already documents.
Autofix-Pass: 1
0 commit comments