mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
Text edit input behavior fixed
This commit is contained in:
@@ -44,8 +44,9 @@ export default class ITemplate {
|
||||
|
||||
/**
|
||||
* @param {T} element
|
||||
* @returns {IInput[]}
|
||||
*/
|
||||
createInputObjects(element) {
|
||||
return /** @type {IInput[]} */([])
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user