quick search impl finished

This commit is contained in:
zadam
2021-02-01 23:51:04 +01:00
parent d406df48a8
commit 3a94b04ef4
7 changed files with 57 additions and 24 deletions

View File

@@ -89,7 +89,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
this.addButtonToToolbar = opts => {
const buttonId = "toolbar-button-" + opts.title.replace(/\s/g, "-");
const button = $('<button>')
const button = $('<button class="noborder">')
.addClass("btn btn-sm")
.on('click', opts.action);