mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
file note layout tweaks
This commit is contained in:
@@ -79,6 +79,10 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
|
||||
// we replace the whole content in one step so there can't be any race conditions
|
||||
// (previously we saw promoted attributes doubling)
|
||||
this.$container.empty().append($tbody);
|
||||
this.$widget.show();
|
||||
}
|
||||
else {
|
||||
this.$widget.hide();
|
||||
}
|
||||
|
||||
return attributes;
|
||||
|
||||
Reference in New Issue
Block a user