Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preserve block focus after keyboard events #1131

Closed
wants to merge 1 commit into from

Conversation

djulien
Copy link

@djulien djulien commented Apr 28, 2020

Set focus again after keyboard event or block selection changed.
fixes #1130

(I'm not too good with all the git branching stuff - hopefully I did it correctly)

@gohabereg gohabereg changed the base branch from release/2.18 to next July 26, 2020 16:37
@gohabereg gohabereg changed the base branch from next to release/2.18 July 26, 2020 16:38
@@ -455,8 +456,9 @@ export default class BlockEvents extends Module {
return;
}

if (this.Editor.Caret.navigateNext()) {
/**
// if (this.Editor.Caret.navigateNext()) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove it, git has it in history.

@neSpecc
Copy link
Member

neSpecc commented Feb 18, 2023

Seems outdated.

@neSpecc neSpecc closed this Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

focus not preserved after keyboard or block select events
3 participants