Small fixes

This commit is contained in:
barsdeveloper
2022-01-08 18:57:37 +01:00
parent a6ff4161e8
commit 41b741e8b8
12 changed files with 175 additions and 116 deletions

View File

@@ -45,6 +45,7 @@ export default class Paste extends Context {
]
node.addLocation(this.blueprint.compensateTranslation(locationOffset))
node.setSelected(true)
node.snapToGrid()
})
}
}