fix fancytree navigation bug before official release, use unminified build in the meantime

This commit is contained in:
zadam
2019-06-16 09:44:23 +02:00
parent 44f592c6cb
commit ad46ba7d0f
2 changed files with 3 additions and 2 deletions

View File

@@ -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();
}