mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 06:57:28 +08:00
Comment sizes and color fixed
This commit is contained in:
@@ -44,8 +44,8 @@ export default class IDraggableElement extends IElement {
|
||||
super(entity, template)
|
||||
this.locationX = 0
|
||||
this.locationY = 0
|
||||
this.sizeX = -1
|
||||
this.sizeY = -1
|
||||
this.sizeX ??= 0 // It may be set in the template already
|
||||
this.sizeY ??= 0 // It may be set in the template already
|
||||
}
|
||||
|
||||
computeSizes() {
|
||||
|
||||
Reference in New Issue
Block a user