mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Merge pull request #3293 from urbit/mp/chat-regex-mobile
chat: fix syntax of regex check
This commit is contained in:
commit
d8a832ceba
@ -8,7 +8,7 @@ import 'codemirror/addon/display/placeholder';
|
||||
import 'codemirror/lib/codemirror.css';
|
||||
|
||||
const BROWSER_REGEX =
|
||||
new RegExp(String(!/Android|webOS|iPhone|iPad|iPod|BlackBerry/i));
|
||||
new RegExp(String(/Android|webOS|iPhone|iPad|iPod|BlackBerry/i));
|
||||
|
||||
|
||||
const MARKDOWN_CONFIG = {
|
||||
|
Loading…
Reference in New Issue
Block a user