mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 23:04:10 +08:00
fix tab cleanup
This commit is contained in:
parent
22c4859d42
commit
1b318d6a30
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue