non-modal protected session password form is now done separately as a kind of detail component. Also reworked branch prefix dialog input

This commit is contained in:
azivner
2018-12-27 20:04:59 +01:00
parent 1dad919de9
commit d4db265fd9
7 changed files with 54 additions and 40 deletions

View File

@@ -24,7 +24,7 @@ async function showDialog() {
const noteTitle = await treeUtils.getNoteTitle(currentNode.data.noteId);
$noteTitle.html(noteTitle);
$noteTitle.text(" - " + noteTitle);
}
async function savePrefix() {