mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
merged tree utils into tree service
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import utils from '../services/utils.js';
|
||||
import treeUtils from "../services/tree_utils.js";
|
||||
import treeService from "../services/tree.js";
|
||||
import importService from "../services/import.js";
|
||||
|
||||
const $dialog = $("#import-dialog");
|
||||
@@ -30,7 +30,7 @@ export async function showDialog(noteId) {
|
||||
|
||||
parentNoteId = noteId;
|
||||
|
||||
$noteTitle.text(await treeUtils.getNoteTitle(parentNoteId));
|
||||
$noteTitle.text(await treeService.getNoteTitle(parentNoteId));
|
||||
|
||||
$dialog.modal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user