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
There's a bit of a delay when you click the open file button. If you click it multiple times before the open file dialog pops up, then after closing the dialog, another one will appear, and so on.
In fact, even when the file dialog is open and the app looks unresponsive, you can still click the button repeatedly and queue up more popups.
The text was updated successfully, but these errors were encountered:
yeah winit is holding back on the events while the window is open, after they come through, the window seems to send all these requests
atm I think the best course of action is adding a nullify time, where once the window closes, I set a nullify time to be 500ms in the future, so all packets that come from now til then are discarded
There's a bit of a delay when you click the open file button. If you click it multiple times before the open file dialog pops up, then after closing the dialog, another one will appear, and so on.
In fact, even when the file dialog is open and the app looks unresponsive, you can still click the button repeatedly and queue up more popups.
The text was updated successfully, but these errors were encountered: