mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 11:56:01 +01:00 
			
		
		
		
	note revision sync and other fixes
This commit is contained in:
		@@ -19,7 +19,9 @@ function setupElementTooltip($el) {
 | 
			
		||||
async function mouseEnterHandler() {
 | 
			
		||||
    const $link = $(this);
 | 
			
		||||
 | 
			
		||||
    if ($link.hasClass("no-tooltip-preview") || $link.hasClass("disabled")) {
 | 
			
		||||
    if ($link.hasClass("no-tooltip-preview")
 | 
			
		||||
        || $link.hasClass("disabled")
 | 
			
		||||
        || $link.attr("data-action") === 'note-revision') {
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user