We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a1cfd commit 396874bCopy full SHA for 396874b
src/main.ts
@@ -320,9 +320,7 @@ function main() {
320
resetElementsToCurrent();
321
settingsDialogBox.close();
322
});
323
- resetButton.addEventListener("click", () => {
324
- resetElementsToDefault();
325
- });
+ resetButton.addEventListener("click", resetElementsToDefault);
326
customDictionaryButton.addEventListener("click", () => {
327
customDictionaryDialogBox.showModal();
328
if (checkLocalStorage()) {
0 commit comments