Revert regex

01fdd4206cd1118a078e4b564cbcc04cdb8a94c4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/slash-commands/SlashCommandBrowser.js+1 -1
@@ -11,7 +11,7 @@ export class SlashCommandBrowser {
1111
1212 renderInto(parent) {
1313 if (!this.dom) {
1414 const queryRegex = /(?:(?:^|\s+)([^\s"][^\Ss]*?)(?:\s+|$))|(?:(?:^|\s+)"(.*?)(?:"|$)(?:\s+|$))/;
1515 const root = document.createElement('div'); {
1616 this.dom = root;
1717 const search = document.createElement('div'); {