mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Stashes saved
This commit is contained in:
@@ -13,7 +13,7 @@ import MouseMoveNodes from "../input/mouse/MouseMoveNodes"
|
||||
export default class ISelectableDraggableTemplate extends IDraggablePositionedTemplate {
|
||||
|
||||
getDraggableElement() {
|
||||
return this.element
|
||||
return /** @type {Element} */ (this.element)
|
||||
}
|
||||
|
||||
createDraggableObject() {
|
||||
|
||||
Reference in New Issue
Block a user