mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 11:37:33 +08:00
Make elements default constructible, testing wip
This commit is contained in:
@@ -32,9 +32,8 @@ export default class IFromToPositionedElement extends IElement {
|
||||
},
|
||||
}
|
||||
|
||||
constructor(...args) {
|
||||
// @ts-expect-error
|
||||
super(...args)
|
||||
constructor() {
|
||||
super()
|
||||
this.fromX = 0
|
||||
this.fromY = 0
|
||||
this.toX = 0
|
||||
|
||||
Reference in New Issue
Block a user