mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 02:34:45 +08:00
Fixed console errors
This commit is contained in:
@@ -81,7 +81,7 @@ export default class IElement extends HTMLElement {
|
||||
* @returns {V}
|
||||
*/
|
||||
getInputObject(type) {
|
||||
return /** @type {V} */ (this.inputObjects.find(object => object.constructor == type))
|
||||
return /** @type {V} */ (this.template.inputObjects.find(object => object.constructor == type))
|
||||
}
|
||||
|
||||
// Subclasses will want to override
|
||||
|
||||
Reference in New Issue
Block a user