There was an error while loading. Please reload this page.
1 parent 1ffbaee commit 264ab92Copy full SHA for 264ab92
src/components/views/rooms/BasicMessageComposer.tsx
@@ -48,7 +48,7 @@ import AutocompleteWrapperModel from "../../../editor/autocomplete";
48
import DocumentPosition from "../../../editor/position";
49
import { ICompletion } from "../../../autocomplete/Autocompleter";
50
import { AutocompleteAction, getKeyBindingsManager, MessageComposerAction } from '../../../KeyBindingsManager';
51
-import { replaceableComponent} from "../../../utils/replaceableComponent";
+import { replaceableComponent } from "../../../utils/replaceableComponent";
52
53
// matches emoticons which follow the start of a line or whitespace
54
const REGEX_EMOTICON_WHITESPACE = new RegExp('(?:^|\\s)(' + EMOTICON_REGEX.source + ')\\s$');
0 commit comments