bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://docs.bluerobotics.com/ardusub-zola/software/control-station/Cockpit-1.0/overview/
Other
46 stars 19 forks source link

Change from using 'cancel' to use 'keydown' in Dialog. #900

Closed JoaoMario109 closed 3 months ago

JoaoMario109 commented 3 months ago

Change from using 'cancel' event from dialog element to use keydown and listener for ESC key, since edge does not implements 'cancel' event handler but the behavior still triggering preventing the menu to reopen after closed using ESC in edge.

Fixes #889