mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
ability to remove attribute with mouse + other tweaks
This commit is contained in:
@@ -59,8 +59,8 @@ export default class NotePathsWidget extends TabAwareWidget {
|
||||
this.$dropdown.on('show.bs.dropdown', () => this.renderDropdown());
|
||||
}
|
||||
|
||||
async refreshWithNote(note, notePath) {
|
||||
const noteIdsPath = treeService.parseNotePath(notePath);
|
||||
async refreshWithNote(note) {
|
||||
const noteIdsPath = treeService.parseNotePath(this.notePath);
|
||||
|
||||
this.$currentPath.empty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user