The success modal should either close automatically, or even better, provide an api to close the modal, because its convenient to wait for some result (TonWeb checking balance etc..)
Current behavior
When using modals: "all" or modals: ["success"] the success modal does not close at all.
Describe the bug
Success Modal does not close.
Expected behavior
The success modal should either close automatically, or even better, provide an api to close the modal, because its convenient to wait for some result (TonWeb checking balance etc..)
Current behavior
When using
modals: "all"
ormodals: ["success"]
the success modal does not close at all.Steps to Reproduce
Execute:
tonConnectUI.sendTransaction(..., { modal: "all"})
Confirm the transaction
Back in the app the modal will not close.
Environment
ios / react
Additional context
No response