mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Code Changes Made to Pass npm run test
This commit is contained in:
parent
3b5246d0d9
commit
33a35ccd9f
@ -4238,7 +4238,7 @@ RED.view = (function() {
|
||||
}
|
||||
|
||||
function _redraw() {
|
||||
if(globalThis.isShowingDragLines)return
|
||||
if(globalThis.isShowingDragLines){return}
|
||||
eventLayer.attr("transform","scale("+scaleFactor+")");
|
||||
outer.attr("width", space_width*scaleFactor).attr("height", space_height*scaleFactor);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user