mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 11:37:33 +08:00
Further scale correction fixes
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user