Jacob Ferrero
03/25/2023, 3:44 AM@HostListener('window:keydown.escape')
that registers on the window while a component is activeOleksandr Karpovich [JB]
03/25/2023, 6:05 AMJacob Ferrero
03/25/2023, 6:07 AMonKeyDown
afaicsDavid Herman
03/25/2023, 3:54 PMJacob Ferrero
03/25/2023, 4:09 PMDavid Herman
03/25/2023, 4:49 PMJacob Ferrero
03/25/2023, 4:54 PMwindow
supports key events I shouldn't need to modify the page at all, just escape from anywhere on the page should bring them to the upper levelwindow
similar to as we can do on the elementsDavid Herman
03/25/2023, 5:03 PM