fix dialogs

This commit is contained in:
zadam
2020-01-21 20:54:00 +01:00
parent c83ca78565
commit 96a7b4e45e
6 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,11 @@ import treeUtils from "../services/tree_utils.js";
import toastService from "../services/toast.js";
import treeCache from "../services/tree_cache.js";
import treeChangesService from "../services/branches.js";
import treeService from "../services/tree.js";
import appContext from "../services/app_context.js";
const $dialog = $("#move-to-dialog");
const $form = $("#move-to-form");
const $noteAutoComplete = $("#move-to-note-autocomplete");
const $movePrefix = $("#move-prefix");
const $noteList = $("#move-to-note-list");
let movedNodes;