Further scale correction fixes

This commit is contained in:
barsdeveloper
2022-12-12 22:05:02 +01:00
parent 88a1becb58
commit 4bc87263f1
4 changed files with 9 additions and 9 deletions

View File

@@ -100,7 +100,6 @@ export default class Blueprint extends IElement {
waitingExpandUpdate = false
/** @param {NodeElement} node */
nodeBoundariesSupplier = node => {
let gridRect = this.nodesContainerElement.getBoundingClientRect()
return /** @type {BoundariesInfo} */ {
primaryInf: node.leftBoundary(),
primarySup: node.rightBoundary(),