mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fix(client): dangling tooltips after closing split
This commit is contained in:
		@@ -433,6 +433,9 @@ export default class TabManager extends Component {
 | 
				
			|||||||
                $autocompleteEl.autocomplete("close");
 | 
					                $autocompleteEl.autocomplete("close");
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // close dangling tooltips
 | 
				
			||||||
 | 
					            $("body > div.tooltip").remove();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            const noteContextsToRemove = noteContextToRemove.getSubContexts();
 | 
					            const noteContextsToRemove = noteContextToRemove.getSubContexts();
 | 
				
			||||||
            const ntxIdsToRemove = noteContextsToRemove.map((nc) => nc.ntxId);
 | 
					            const ntxIdsToRemove = noteContextsToRemove.map((nc) => nc.ntxId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user