mapbox / mapbox-gl-draw

Draw tools for mapbox-gl-js
https://www.mapbox.com/mapbox-gl-js/example/mapbox-gl-draw/
ISC License
940 stars 590 forks source link

esc key event #1087

Open tibz7 opened 2 years ago

tibz7 commented 2 years ago

mapbox-gl-js version: 1.13.1 mapbox-gl-draw version: 1.3.0

Steps to Trigger Behavior

  1. start drawing a line
  2. make few vertex
  3. hit the esc key

Expected Behavior

A deleteAll event is triggered

Actual Behavior

No event triggered. Or any that I see. The draw is deleted, but I need to add some custom actions when this occurs.

adrianh-za commented 11 months ago

@tibz7

Did ever find a solution for ESC or keypress event?

I am in the same situation as you.

aneeq-ur-rehman4 commented 3 weeks ago

Any solution??