mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-17 19:03:27 +08:00
New nodes types added
This commit is contained in:
@@ -18,7 +18,8 @@ export default class WindowTemplate extends IDraggablePositionedTemplate {
|
||||
createDraggableObject() {
|
||||
return new MouseMoveDraggable(this.element, this.blueprint, {
|
||||
draggableElement: this.getDraggableElement(),
|
||||
ignoreTranslateCompensate: true,
|
||||
ignoreScale: true,
|
||||
ignoreTranslateCompensate: false,
|
||||
movementSpace: this.blueprint,
|
||||
stepSize: 1,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user