Skip to content

Commit bc8922d

Browse files
Merge pull request #420 from shinich39/feature/tags
Autocomplete bug fix
2 parents dff506c + 43e5911 commit bc8922d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/js/common/autocomplete.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,6 @@ export class TextAreaAutoComplete {
621621
value = TextAreaAutoComplete.replacer(value);
622622
}
623623
value = this.#escapeParentheses(value);
624-
625-
// Remove underscore
626-
value = value.replace(/_/g, " ");
627624

628625
const afterCursor = this.helper.getAfterCursor();
629626
const shouldAddSeparator = !afterCursor.trim().startsWith(this.separator.trim());

0 commit comments

Comments
 (0)