fix: remove stray }; in ui.js
All checks were successful
CI / lint (push) Successful in 12s
CI / security (push) Successful in 7s
CI / test (push) Successful in 17s
CI / build (push) Successful in 2s

This commit is contained in:
Bruno Charest 2026-05-28 18:29:53 -04:00
parent 6fd3bb7351
commit 75fac8256b

View File

@ -1608,7 +1608,6 @@ document.addEventListener("keydown", (e) => {
}
});
};