fix(core): move textcomplete dropdown menu

This commit is contained in:
OldHawk
2018-01-20 08:16:43 +08:00
parent 25419273d0
commit 292303cbe3

View File

@@ -13,6 +13,7 @@
function stateChangeStart(event, toState, toParams, fromState, fromParams) {
$('.side-background').remove();
$('.textcomplete-dropdown').remove();
// Check authentication before changing state
if (toState.data && toState.data.roles && toState.data.roles.length > 0) {
var allowed = false;