mirror of https://github.com/node-red/node-red.git
Fix missing node icons in workspace
parent
b10ef4c98c
commit
aeb79bce2a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue