You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this problem when working on #318. The mouse/keyboard events weren't being triggered.
The events are only sent when I'm outside the editor, but the only parts of the site outside the editor are, a small space at the top of the page between the button to change the target and the settings button and some parts of the edge of the site
I've seen that events work with the editor hidden. That makes sense.
As the editor can be hidden with ctrl-shift-h, perhaps this is not a bug, but a desired behavior, when the editor is active the main function should be to edit.
Hi! I don't think it was a desired behavior, in fact, I'm quite surprised it's behaving like that, AFAIK there's nothing telling it to explicitly allow or disallow pointer events when hiding the editor, it only changes the opacity of the div 🤔
I had this problem when working on #318. The mouse/keyboard events weren't being triggered.
The events are only sent when I'm outside the editor, but the only parts of the site outside the editor are, a small space at the top of the page between the button to change the target and the settings button and some parts of the edge of the site
The text was updated successfully, but these errors were encountered: