mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	fix fancytree navigation bug before official release, use unminified build in the meantime
This commit is contained in:
		
							parent
							
								
									44f592c6cb
								
							
						
					
					
						commit
						ad46ba7d0f
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam