mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
bulk actions WIP
This commit is contained in:
@@ -35,6 +35,7 @@ const TPL = `
|
||||
|
||||
export default class MoveNoteSearchAction extends AbstractSearchAction {
|
||||
static get actionName() { return "moveNote"; }
|
||||
static get actionTitle() { return "Move note"; }
|
||||
|
||||
doRender() {
|
||||
const $action = $(TPL);
|
||||
|
||||
Reference in New Issue
Block a user