Skip to content

Fix escape key closing non-modal OverlayDrawers

Joshua Goins requested to merge work/redstrate/fix-escape-bug into master

Introduced by !824 (merged) and worked around in plasma/discover!447 (merged), currently pressing escape closes modal OverlayDrawers - but this can also happen with non-modal ones to hilarious results:

image

I'm guessing this change was erroneously included to fix the original bug, so this reverts this line to restore previous non-buggy behavior.

Merge request reports