mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix missing node icons in workspace
This commit is contained in:
		| @@ -4156,7 +4156,7 @@ RED.view = (function() { | ||||
|                     } | ||||
|                     var width = img.width * scaleFactor; | ||||
|                     if (width > 20) { | ||||
|                         scalefactor *= 20/width; | ||||
|                         scaleFactor *= 20/width; | ||||
|                         width = 20; | ||||
|                     } | ||||
|                     var height = img.height * scaleFactor; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user