ability to remove attribute with mouse + other tweaks

This commit is contained in:
zadam
2020-08-13 23:23:57 +02:00
parent 47a9516ada
commit f6f9f0d2c0
7 changed files with 124 additions and 85 deletions

View File

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