Replication of issue in video: https://github.com/ardeora/solid-toast/assets/6391776/23c06701-cc03-494d-aa37-80c130d08c2a The code for above case is here: https://github.com/learn-anything/learn-anything.xyz/blob/dev/website/src/routes/profile.tsx#L84 I am not sure how to make it so the focus from `<input` is not dropped when toast shows up.
Replication of issue in video:
CleanShot.2023-12-27.at.14.48.21.mp4
The code for above case is here: https://github.com/learn-anything/learn-anything.xyz/blob/dev/website/src/routes/profile.tsx#L84
I am not sure how to make it so the focus from
<inputis not dropped when toast shows up.