codex-team/editor.js
View on GitHub[Bug] Ctl A twice + Ctl-V doesn’t replace the whole content of the page
Open
#1,705 opened on Jun 4, 2021
good first issuenice to have
Description
Copy some text, then on official demo, select all content (ctrl A + ctrl A) and try to paste. Nothing happens.
This is a minor bug, because a quick workaround is to delete the text prior to paste the content of the clipboard.
Steps to reproduce:
- Copy some text
- Go to https://editorjs.io
- Select all content, by typing ctrl A + ctrl A
- Try to paste
Device, Browser, OS: Macbook Pro, Chrome 91, Catalina
Editor.js version: the one on the official website