codex-team/editor.js

[Bug] Ctl A twice + Ctl-V doesn’t replace the whole content of the page

オープン

#1,705 opened on 2021/06/04

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)TypeScript (1,985 件のフォーク)batch import
good first issuenice to have

Repository metrics

Stars
 (26,602 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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:

  1. Copy some text
  2. Go to https://editorjs.io
  3. Select all content, by typing ctrl A + ctrl A
  4. Try to paste

Device, Browser, OS: Macbook Pro, Chrome 91, Catalina

Editor.js version: the one on the official website

コントリビューターガイド