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 c927a7f commit 88c7f01Copy full SHA for 88c7f01
src/main.ts
@@ -302,7 +302,7 @@ function main(): void {
302
const original = customDictionaryTextBox.value.trimEnd();
303
const append = original === "" ? "" : "\n\n";
304
customDictionaryTextBox.value =
305
- `${original}${append}${word}:${definitions.trimEnd()}\n`;
+ `${original}${append}${word}:${definitions}\n`;
306
customDictionaryTextBox.scrollTo(
307
0,
308
customDictionaryTextBox.scrollHeight,
0 commit comments