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 dff506c commit 43e5911Copy full SHA for 43e5911
web/js/common/autocomplete.js
@@ -621,9 +621,6 @@ export class TextAreaAutoComplete {
621
value = TextAreaAutoComplete.replacer(value);
622
}
623
value = this.#escapeParentheses(value);
624
-
625
- // Remove underscore
626
- value = value.replace(/_/g, " ");
627
628
const afterCursor = this.helper.getAfterCursor();
629
const shouldAddSeparator = !afterCursor.trim().startsWith(this.separator.trim());
0 commit comments