BugFix: in richer editor @ autocomplete doesn't really insert the user name into comment properly

This commit is contained in:
Sam X. Chen 2019-09-17 09:27:23 -04:00
parent b31c42acc4
commit 194b6ad46e
2 changed files with 29 additions and 6 deletions

View file

@ -45,6 +45,7 @@ $.fn.escapeableTextComplete = function(strategies, options, ...otherArgs) {
});
},
});
return this;
};
EscapeActions.register('textcomplete', () => {}, () => dropdownMenuIsOpened, {