Fix unicode completions in autocomplete.
Fixes vector-im/vector-web#2208
This commit is contained in:
parent
2b9258d377
commit
2913e4605f
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ import Fuse from 'fuse.js';
|
|||
import {PillCompletion} from './Components';
|
||||
import sdk from '../index';
|
||||
|
||||
const USER_REGEX = /@[^\s]*/g;
|
||||
const USER_REGEX = /@\S*/g;
|
||||
|
||||
let instance = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue