Results 1 comments of jacknie

solved it. thank you. Another way in typescript. ``` onKeyDown={(e) => { if ("continuePropagation" in e) { e.continuePropagation() } }} ```