mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
refactor data-kb-command
This commit is contained in:
@@ -32,12 +32,12 @@ const TPL = `
|
||||
</style>
|
||||
|
||||
<div style="flex-grow: 100; display: flex;">
|
||||
<button class="btn btn-sm jump-to-note-dialog-button" data-kb-command="jumpToNote">
|
||||
<button class="btn btn-sm jump-to-note-dialog-button" data-command="jumpToNote">
|
||||
<span class="bx bx-crosshair"></span>
|
||||
Jump to note
|
||||
</button>
|
||||
|
||||
<button class="btn btn-sm recent-changes-button" data-kb-command="showRecentChanges">
|
||||
<button class="btn btn-sm recent-changes-button" data-command="showRecentChanges">
|
||||
<span class="bx bx-history"></span>
|
||||
|
||||
Recent changes
|
||||
|
||||
Reference in New Issue
Block a user