Skip to content

Fix issues with selected blocks#3006

Open
akulistus wants to merge 2 commits into
nextfrom
fix/replacement-of-selected-blocks
Open

Fix issues with selected blocks#3006
akulistus wants to merge 2 commits into
nextfrom
fix/replacement-of-selected-blocks

Conversation

@akulistus
Copy link
Copy Markdown
Contributor

Issues with block selection

  1. When multiple blocks are selected, keystroke is duplicated.
  2. Shift + printable key doesn't replace selected blocks.

Solutions

  1. Prevent content insertion at the caret position unless the typed key is Enter or an unrecognized key.
  2. Treat Shift + printable key as regular text input rather than a shortcut.

Copy link
Copy Markdown
Member

@neSpecc neSpecc left a comment

Choose a reason for hiding this comment

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

add tests please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants