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