mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-25 06:01:40 +08: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