mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	recent notes are not closed when I click on e.g. dialog title bar
This commit is contained in:
		
							parent
							
								
									7b77e40514
								
							
						
					
					
						commit
						58f5d0cf6e
					
				@ -59,8 +59,9 @@ const recentNotes = (function() {
 | 
			
		||||
                event.preventDefault();
 | 
			
		||||
            },
 | 
			
		||||
            close: function (event, ui) {
 | 
			
		||||
                $searchInput.autocomplete('destroy');
 | 
			
		||||
                $dialog.dialog('close');
 | 
			
		||||
                // keep autocomplete open
 | 
			
		||||
                // we're kind of abusing autocomplete to work in a way which it's not designed for
 | 
			
		||||
                $searchInput.autocomplete("search", "")
 | 
			
		||||
            },
 | 
			
		||||
            create: () => $searchInput.autocomplete("search", ""),
 | 
			
		||||
            classes: {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user