mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FIX: Allow '/' to trigger autocomplete.
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
export var CANCELLED_STATUS = "__CANCELLED";
|
export var CANCELLED_STATUS = "__CANCELLED";
|
||||||
|
|
||||||
const allowedLettersRegex = /[\s\t\[\{\(]/;
|
const allowedLettersRegex = /[\s\t\[\{\(\/]/;
|
||||||
|
|
||||||
var keys = {
|
var keys = {
|
||||||
backSpace: 8,
|
backSpace: 8,
|
||||||
|
Reference in New Issue
Block a user