FIX: Allow '/' to trigger autocomplete.

This commit is contained in:
Guo Xiang Tan 2015-12-07 20:22:14 +08:00
parent 578f606a1a
commit 8dbf1e457b

View File

@ -6,7 +6,7 @@
export var CANCELLED_STATUS = "__CANCELLED";
const allowedLettersRegex = /[\s\t\[\{\(]/;
const allowedLettersRegex = /[\s\t\[\{\(\/]/;
var keys = {
backSpace: 8,