You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7fa278f875
						
					
				
				
					commit
					c499473467
				
			| @@ -202,6 +202,8 @@ document.addEventListener('click', function(event) { | ||||
| 		if (webviewLib.handleInternalLink(event, anchor)) return; | ||||
| 		event.preventDefault(); | ||||
| 		if (anchor.getAttribute('href')) webviewLib.options_.postMessage(anchor.getAttribute('href')); | ||||
| 		// Depending on the chart type, the generated SVG contains an anchor element with xlink:href attribute. | ||||
| 		if (anchor.getAttribute('xlink:href')) webviewLib.options_.postMessage(anchor.getAttribute('xlink:href')); | ||||
| 		return; | ||||
| 	} | ||||
|  | ||||
|   | ||||
| @@ -104,6 +104,8 @@ document.addEventListener('click', function(event) { | ||||
| 		if (webviewLib.handleInternalLink(event, anchor)) return; | ||||
| 		event.preventDefault(); | ||||
| 		if (anchor.getAttribute('href')) webviewLib.options_.postMessage(anchor.getAttribute('href')); | ||||
| 		// Depending on the chart type, the generated SVG contains an anchor element with xlink:href attribute. | ||||
| 		if (anchor.getAttribute('xlink:href')) webviewLib.options_.postMessage(anchor.getAttribute('xlink:href')); | ||||
| 		return; | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user