You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a reminder to fix the bug where it's impossible to select and enter text into any fields in the Windows/Electron version of MeshChat when an alert dialog has been opened in javascript.
You can click one of the other dialogs, such as "Compose" and then exit out to refocus the window and allow text entry again.
This should probably be fixed by replacing all instances of alert with a native dialog when running under electron. I have already done this with the confirm dialog, as that wasn't supported in electron. Something similar can be done here...
The text was updated successfully, but these errors were encountered:
This is a reminder to fix the bug where it's impossible to select and enter text into any fields in the Windows/Electron version of MeshChat when an
alert
dialog has been opened in javascript.You can click one of the other dialogs, such as "Compose" and then exit out to refocus the window and allow text entry again.
This should probably be fixed by replacing all instances of
alert
with a native dialog when running under electron. I have already done this with theconfirm
dialog, as that wasn't supported in electron. Something similar can be done here...The text was updated successfully, but these errors were encountered: