mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	fix
This commit is contained in:
		
							parent
							
								
									7bd7323097
								
							
						
					
					
						commit
						fcf80f1e57
					
				
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "trilium",
 | 
			
		||||
  "version": "0.44.7",
 | 
			
		||||
  "version": "0.44.8",
 | 
			
		||||
  "lockfileVersion": 1,
 | 
			
		||||
  "requires": true,
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
 | 
			
		||||
@ -82,8 +82,10 @@ class TabContext extends Component {
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // close dangling autocompletes after closing the tab
 | 
			
		||||
        $(".aa-input").autocomplete("close");
 | 
			
		||||
        if (utils.isDesktop()) {
 | 
			
		||||
            // close dangling autocompletes after closing the tab
 | 
			
		||||
            $(".aa-input").autocomplete("close");
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /** @property {NoteShort} */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user