fix(editor): restore focus after closing event popover - #8985
abhinavohri wants to merge 1 commit into
Conversation
Assisted-by: Codex:gpt-5 Signed-off-by: Abhinav Ohri <abhinavohri13@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Hi @abhinavohri The ticket you linked has nothing to do with the changes you made. The ticket is about the calendar creation menu. |
|
Hi @SebastianKrupinski , my apologies I mixed up the issues. I followed the steps in the #4127, and the focus went back to the + button. So I think that issue is already fixed. If this change is still useful, should I open a new issue and update this PR to reference it, or would you prefer that I close the PR? |
|
I can't really tell if this PR is useful as I don't have a reference of an issue. What issue does this PR solve? |
When the simple editor is dismissed without creating an event, keyboard focus jumps to the top of the page. This PR returns focus to the element that was focused before the editor opened. |
Summary