mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-17 19:03:27 +08:00
Input system cleanup
This commit is contained in:
@@ -401,9 +401,10 @@ export default class Blueprint extends IElement {
|
||||
this.dispatchEvent(event)
|
||||
}
|
||||
|
||||
dispatchEditTextEvent(beginning) {
|
||||
/** @param {Boolean} begin */
|
||||
dispatchEditTextEvent(begin) {
|
||||
const event = new CustomEvent(
|
||||
beginning
|
||||
begin
|
||||
? Configuration.editTextEventName.begin
|
||||
: Configuration.editTextEventName.end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user