mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
attribute fixes
This commit is contained in:
@@ -80,9 +80,8 @@ const mentionSetup = {
|
||||
});
|
||||
},
|
||||
itemRenderer: item => {
|
||||
const itemElement = document.createElement('span');
|
||||
const itemElement = document.createElement('button');
|
||||
|
||||
itemElement.classList.add('mentions-item');
|
||||
itemElement.innerHTML = `${item.highlightedNotePathTitle} `;
|
||||
|
||||
return itemElement;
|
||||
|
||||
Reference in New Issue
Block a user