mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix fancytree navigation bug before official release, use unminified build in the meantime
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user