mirror of
https://github.com/zadam/trilium.git
synced 2025-01-13 02:27:40 +08:00
fix demo document statistics, closes #4117
This commit is contained in:
parent
0599891ec0
commit
b7bc843a37
2 changed files with 3 additions and 0 deletions
BIN
db/demo.zip
BIN
db/demo.zip
Binary file not shown.
|
@ -304,6 +304,9 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
|
|||
*/
|
||||
this.createLink = linkService.createLink;
|
||||
|
||||
/** @deprecated - use api.createLink() instead */
|
||||
this.createNoteLink = linkService.createLink;
|
||||
|
||||
/**
|
||||
* Adds given text to the editor cursor
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue