Revert regex
| @@ -11,7 +11,7 @@ export class SlashCommandBrowser { | ||
| 11 | 11 | |
| 12 | 12 | renderInto(parent) { |
| 13 | 13 | if (!this.dom) { |
| 14 | 14 | const queryRegex = /(?:(?:^|\s+)([^\s"][^\Ss]*?)(?:\s+|$))|(?:(?:^|\s+)"(.*?)(?:"|$)(?:\s+|$))/; |
| 15 | 15 | const root = document.createElement('div'); { |
| 16 | 16 | this.dom = root; |
| 17 | 17 | const search = document.createElement('div'); { |