mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix tab cleanup
This commit is contained in:
parent
22c4859d42
commit
1b318d6a30
@ -419,7 +419,7 @@ class TabContext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
if (utils.isDesktop()) {
|
if (this.$tabContent && utils.isDesktop()) {
|
||||||
this.$tabContent.find('.aa-input').autocomplete('close');
|
this.$tabContent.find('.aa-input').autocomplete('close');
|
||||||
|
|
||||||
$('.note-tooltip').remove();
|
$('.note-tooltip').remove();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user