mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-22 14:17:30 +08:00
Selectable Draggable name simplified
This commit is contained in:
@@ -925,7 +925,7 @@ class UDrag extends UMouseClickDrag {
|
||||
}
|
||||
}
|
||||
|
||||
class USelectableDraggableObject extends HTMLElement {
|
||||
class USelectableDraggable extends HTMLElement {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
@@ -995,7 +995,7 @@ class USelectableDraggableObject extends HTMLElement {
|
||||
|
||||
}
|
||||
|
||||
class UEBlueprintObject extends USelectableDraggableObject {
|
||||
class UEBlueprintObject extends USelectableDraggable {
|
||||
static classInputs = [/*
|
||||
{
|
||||
name: "Input Example",
|
||||
|
||||
Reference in New Issue
Block a user