selector initial implementation

This commit is contained in:
barsdeveloper
2021-09-08 23:02:34 +02:00
parent b434868fa8
commit 6b8b52ff37
6 changed files with 211 additions and 48 deletions

View File

@@ -32,9 +32,4 @@ export default class UEBlueprintDragScroll extends UEBlueprintDrag {
this.blueprintNode.getGridDOMElement().parentElement.addEventListener('wheel', e => e.preventDefault())
}
expandAndTranslate(x, y) {
this.blueprintNode.expand(x, y)
this.blueprintNode.translate(-x, -y)
}
}