mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-12 11:07:40 +08:00
Initialize events handler in class
This commit is contained in:
@@ -103,8 +103,6 @@ export default class PinElement extends IElement {
|
||||
/** @type {NodeElement} */
|
||||
nodeElement
|
||||
|
||||
/** @type {HTMLElement} */
|
||||
clickableElement
|
||||
|
||||
connections = 0
|
||||
|
||||
@@ -166,10 +164,6 @@ export default class PinElement extends IElement {
|
||||
return this.entity.isOutput()
|
||||
}
|
||||
|
||||
getClickableElement() {
|
||||
return this.clickableElement
|
||||
}
|
||||
|
||||
getLinkLocation() {
|
||||
return this.template.getLinkLocation()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user