mirror of
https://github.com/zadam/trilium.git
synced 2025-01-09 16:49:11 +08:00
fix fancytree navigation bug before official release, use unminified build in the meantime
This commit is contained in:
parent
44f592c6cb
commit
ad46ba7d0f
2 changed files with 3 additions and 2 deletions
|
@ -3235,7 +3235,8 @@ var uniqueId = $.fn.extend( {
|
|||
node.makeVisible({ scrollIntoView: false });
|
||||
} catch (e) {} // #272
|
||||
if (activate === false) {
|
||||
return node.setFocus();
|
||||
node.setFocus();
|
||||
return _getResolvedPromise();
|
||||
}
|
||||
return node.setActive();
|
||||
}
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
|
||||
<!-- Include Fancytree skin and library -->
|
||||
<link href="libraries/fancytree/skin-win8/ui.fancytree.css" rel="stylesheet">
|
||||
<script src="libraries/fancytree/jquery.fancytree-all-deps.min.js"></script>
|
||||
<script src="libraries/fancytree/jquery.fancytree-all-deps.js"></script>
|
||||
|
||||
<script src="libraries/jquery.hotkeys.js"></script>
|
||||
<script src="libraries/jquery.fancytree.hotkeys.js"></script>
|
||||
|
|
Loading…
Reference in a new issue