timc1/kbar

Bug: Backspace keyboard event being received by pages

grahamlangford opened this issue · 1 comments

We've noticed that the Backspace keyboard event is propagating up from KBarSearch in some instances. So far we've only noticed the behavior on Notion.

It's because kbar captures and stops the propagation of keypress, but doesn't handle keydown, which is what Notion uses for the backspace