-
repeatedly pressing |
Beta Was this translation helpful? Give feedback.
Answered by
Jermolene
Jun 24, 2022
Replies: 1 comment
-
Hi @oeyoews on the browsers I have tested it is repeatedly pressing ctrl-shift-L that has this effect. It is repeatedly displaying the same modal on top of itself; one can unwind them with the "close" button. I think this qualifies as a bug. The underlying issue is that it is not possible for the keyboard handler to tell whether the layout switcher modal is already displayed. We could add some filter operators for reading the current modal stack. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oeyoews
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @oeyoews on the browsers I have tested it is repeatedly pressing ctrl-shift-L that has this effect. It is repeatedly displaying the same modal on top of itself; one can unwind them with the "close" button.
I think this qualifies as a bug. The underlying issue is that it is not possible for the keyboard handler to tell whether the layout switcher modal is already displayed. We could add some filter operators for reading the current modal stack.