fix placing notes onto relation map by drag & drop

This commit is contained in:
zadam 2020-03-29 18:49:30 +02:00
parent b10c083560
commit ef60cb5395

View File

@ -512,7 +512,7 @@ export default class RelationMapTypeWidget extends TypeWidget {
await server.put(`notes/${sourceNoteId}/relations/${name}/to/${targetNoteId}`);
await this.refresh();
this.loadNotesAndRelations();
}
saveData() {
@ -620,7 +620,7 @@ export default class RelationMapTypeWidget extends TypeWidget {
this.saveData();
await this.refresh();
this.loadNotesAndRelations();
}
getMousePosition(evt) {