Code Changes Made to Pass npm run test

This commit is contained in:
lathesky 2024-03-06 08:12:29 +00:00
parent 3b5246d0d9
commit 33a35ccd9f

View File

@ -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);