Merge pull request #3914 from tgxworld/allow_/_autocomplete

FIX: Allow '/' to trigger autocomplete.
This commit is contained in:
Régis Hanol 2015-12-07 15:04:26 +01:00
commit f3c4ed706f

View File

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