Fix hint show

This commit is contained in:
Awais Jibran
2020-12-22 15:31:15 +05:00
parent 26de4961ab
commit 278a5d0e5c

View File

@@ -1324,7 +1324,7 @@
} else {
that.hintButton.attr({disabled: 'disabled'});
}
that.el.find('.notification-hint').show();
that.el.find('.notification-hint').removeClass('is-hidden')
that.focus_on_hint_notification(nextIndex);
} else {
that.gentle_alert(response.msg);