mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
display unhoist button on the left of the note title so that it's always visible, #1223
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user