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 81cc818 commit e42b134Copy full SHA for e42b134
package/src/components/AutoCompleteInput/AutoCompleteInput.tsx
@@ -362,7 +362,7 @@ const AutoCompleteInputWithContext = <
362
isTrackingStarted.current
363
) {
364
stopTracking();
365
- } else if (giphyEnabled && !(await handleCommand(text))) {
+ } else if (!(await handleCommand(text))) {
366
const mentionTokenMatch = text
367
.slice(0, selectionEnd.current)
368
.match(/(?!^|\W)?@[^\s@]*\s?[^\s@]*$/g);
0 commit comments