Skip to content

Commit

Permalink
changes timeout to hiding modal to 350ms
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovictor3g committed Apr 24, 2024
1 parent c7086bb commit 1acd7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/js/components/modals/playground-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function handleModeClick(event, mode, element) {
localStorage.setItem(localStorageModeKey, value);
hideAccordions();
output.value = "";
setTimeout(() => modal.hide(), 1000);
setTimeout(() => modal.hide(), 350);
}

function renderModeOptions() {
Expand Down

0 comments on commit 1acd7ee

Please sign in to comment.