Skip to content

Commit

Permalink
refactor(sub-settings-pane): increase timeout time to match storybook…
Browse files Browse the repository at this point in the history
… animation
  • Loading branch information
josh-willis-arcadis committed Nov 5, 2024
1 parent 8c74d29 commit e1cd4de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default function SubSettingsPane({
evt[s.key] = Object.keys(evt).includes(s.key) || !s.value;
});
onAllSubmodesDisabled(modeButton);
time = 500;
time = 700;
}
}

Expand Down

0 comments on commit e1cd4de

Please sign in to comment.