Input classes simplified further

This commit is contained in:
barsdeveloper
2021-10-04 21:10:14 +02:00
parent 1842e45888
commit 5963836947
9 changed files with 193 additions and 170 deletions

View File

@@ -32,8 +32,4 @@ export default class UEBlueprintDraggableObject extends HTMLElement {
return this.location
}
getScale() {
return getComputedStyle(this).getPropertyValue('--ueb-scale')
}
}