fix demo document statistics, closes #4117

This commit is contained in:
zadam 2023-07-24 23:46:02 +02:00
parent 0599891ec0
commit b7bc843a37
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View file

@ -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
*