mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
more reliable reimplementation of "create day sub note"
This commit is contained in:
@@ -25,6 +25,9 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null) {
|
||||
/** @property {object|null} entity whose event triggered this execution */
|
||||
this.originEntity = originEntity;
|
||||
|
||||
// to keep consistency with backend API
|
||||
this.dayjs = dayjs;
|
||||
|
||||
/**
|
||||
* Activates note in the tree and in the note detail.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user