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
When running the web example, after first click on the map no keyboard events are propagated to the window. So ctrl+shift+i, f5 and f12 do not work at all. It feels like when the canvas is active, winit captures all events and prevents default actions.
Need to investigate the real reason for it, fix in the library if possible, or suggest fix to winit if needed.
The text was updated successfully, but these errors were encountered:
When running the web example, after first click on the map no keyboard events are propagated to the window. So
ctrl+shift+i
,f5
andf12
do not work at all. It feels like when the canvas is active,winit
captures all events and prevents default actions.Need to investigate the real reason for it, fix in the library if possible, or suggest fix to
winit
if needed.The text was updated successfully, but these errors were encountered: