Skip to content

Commit be33e15

Browse files
committed
change interface
1 parent 2606719 commit be33e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inputMethods.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ namespace microgui {
351351
defaultTxt?: string,
352352
maxTxtLength?: number,
353353
txtColor?: number,
354-
deleteFn?: () => void,
355-
backBtn?: () => void
354+
deleteFn?: (str?: string) => void,
355+
backBtn?: (str?: string) => void
356356
}) {
357357
super(opts.app, new GridNavigator([[]])) // GridNavigator setup in startup()
358358
this.text = (opts.defaultTxt) ? opts.defaultTxt : ""

0 commit comments

Comments
 (0)