mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-12 11:07:40 +08:00
selector initial implementation
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user