file note layout tweaks

This commit is contained in:
zadam
2020-01-19 10:29:21 +01:00
parent 37f279fab0
commit a99c016818
3 changed files with 37 additions and 35 deletions

View File

@@ -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;