We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1b996 commit f32c6f3Copy full SHA for f32c6f3
1 file changed
inputMethods.ts
@@ -433,7 +433,7 @@ namespace microgui {
433
}
434
)
435
436
- context.onEvent(ControllerButtonEvent.Pressed, controller.B.id, () => this.passedBackBtn())
+ context.onEvent(ControllerButtonEvent.Pressed, controller.B.id, () => this.passedBackBtn(this.text))
437
this.navigator.setBtns(this.btns);
438
439
@@ -487,7 +487,7 @@ namespace microgui {
487
488
489
public deleteFn(): void {
490
- this.passedDeleteFn();
+ this.passedDeleteFn(this.text);
491
492
493
public getText() {
0 commit comments