run multiple NATCommands

This commit is contained in:
2022-10-09 00:33:58 +00:00
parent 98cbd9e28e
commit 9c76eebe28
3 changed files with 18 additions and 6 deletions

View File

@@ -134,6 +134,8 @@
(case [text action]
([text FlxInputText.ENTER_ACTION]
(clearUI)
(set textInput.callback null)
(set textInput null)
(resolve text))
//([_ FlxInputText.])
(otherwise {}))))