separate cloning dialog

This commit is contained in:
zadam
2019-11-05 23:11:25 +01:00
parent b685d7ffb5
commit 34d4274032
8 changed files with 101 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ function initNoteAutocomplete($el, options) {
.prop("title", "Show recent notes");
const $goToSelectedNoteButton = $("<a>")
.addClass("input-group-text go-to-selected-note-button bx bx-right-arrow")
.addClass("input-group-text go-to-selected-note-button bx bx-arrow-to-right")
.attr("data-action", "note");
const $sideButtons = $("<div>")