mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-20 21:07:37 +08:00
Various improvements
This commit is contained in:
@@ -26,6 +26,7 @@ export default class ISelectableDraggableElement extends IDraggableElement {
|
||||
}
|
||||
|
||||
constructor(...args) {
|
||||
// @ts-expect-error
|
||||
super(...args)
|
||||
this.selected = false
|
||||
this.listeningDrag = false
|
||||
|
||||
Reference in New Issue
Block a user