mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 22:13:41 +08:00
FIX: Allow '/' to trigger autocomplete.
This commit is contained in:
parent
578f606a1a
commit
8dbf1e457b
|
@ -6,7 +6,7 @@
|
|||
|
||||
export var CANCELLED_STATUS = "__CANCELLED";
|
||||
|
||||
const allowedLettersRegex = /[\s\t\[\{\(]/;
|
||||
const allowedLettersRegex = /[\s\t\[\{\(\/]/;
|
||||
|
||||
var keys = {
|
||||
backSpace: 8,
|
||||
|
|
Loading…
Reference in New Issue
Block a user