New nodes types added

This commit is contained in:
barsdeveloper
2022-12-28 19:02:29 +01:00
parent 0def4f7e48
commit 5036866b33
27 changed files with 636 additions and 254 deletions

View File

@@ -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,
})