mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix closing of tooltips
This commit is contained in:
@@ -1452,7 +1452,7 @@
|
||||
|
||||
|
||||
|
||||
<h4 class="name" id="getActiveNotePath"><span class="type-signature"></span>getActiveNotePath<span class="signature">()</span><span class="type-signature"> → {string}</span></h4>
|
||||
<h4 class="name" id="getActiveNotePath"><span class="type-signature"></span>getActiveNotePath<span class="signature">()</span><span class="type-signature"> → {Promise.<string>}</span></h4>
|
||||
|
||||
|
||||
|
||||
@@ -1538,7 +1538,7 @@
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<span class="param-type">string</span>
|
||||
<span class="param-type">Promise.<string></span>
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
@@ -264,7 +264,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null) {
|
||||
|
||||
/**
|
||||
* @method
|
||||
* @returns {string} returns note path of active note
|
||||
* @returns {Promise<string>} returns note path of active note
|
||||
*/
|
||||
this.getActiveNotePath = treeService.getActiveNotePath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user