display unhoist button on the left of the note title so that it's always visible, #1223

This commit is contained in:
zadam
2020-09-08 23:25:21 +02:00
parent a73733d0fc
commit ee4ce3ffd8
4 changed files with 14 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ export default class AttributeListWidget extends TabAwareWidget {
async renderInheritedAttributes(attributes, $container) {
for (const attribute of attributes) {
const $attr = await attributeRenderer.renderAttribute(attribute, false)
const $attr = (await attributeRenderer.renderAttribute(attribute, false))
.on('click', e => this.attributeDetailWidget.showAttributeDetail({
attribute: {
noteId: attribute.noteId,