fix tab cleanup

This commit is contained in:
zadam 2019-10-15 19:42:39 +02:00
parent 22c4859d42
commit 1b318d6a30

View file

@ -419,7 +419,7 @@ class TabContext {
}
cleanup() {
if (utils.isDesktop()) {
if (this.$tabContent && utils.isDesktop()) {
this.$tabContent.find('.aa-input').autocomplete('close');
$('.note-tooltip').remove();