fix closing of tooltips

This commit is contained in:
zadam
2019-04-20 09:39:39 +02:00
parent 064a11d872
commit 225e893461
3 changed files with 7 additions and 6 deletions

View File

@@ -1452,7 +1452,7 @@
<h4 class="name" id="getActiveNotePath"><span class="type-signature"></span>getActiveNotePath<span class="signature">()</span><span class="type-signature"> &rarr; {string}</span></h4>
<h4 class="name" id="getActiveNotePath"><span class="type-signature"></span>getActiveNotePath<span class="signature">()</span><span class="type-signature"> &rarr; {Promise.&lt;string>}</span></h4>
@@ -1538,7 +1538,7 @@
</dt>
<dd>
<span class="param-type">string</span>
<span class="param-type">Promise.&lt;string></span>
</dd>

View File

@@ -264,7 +264,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null) {
/**
* @method
* @returns {string} returns note path of active note
* @returns {Promise&lt;string>} returns note path of active note
*/
this.getActiveNotePath = treeService.getActiveNotePath;