mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 09:28:45 +02:00
hide tabContent during tab init to prevent flickering
This commit is contained in:
parent
d1d8e54d20
commit
48e0e797da
@ -47,6 +47,7 @@ class TabContext {
|
||||
this.$tabContent = $(".note-tab-content-template").clone();
|
||||
this.$tabContent.removeClass('note-tab-content-template');
|
||||
this.$tabContent.attr('data-tab-id', this.tabId);
|
||||
this.$tabContent.hide();
|
||||
|
||||
$tabContentsContainer.append(this.$tabContent);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user