codex-team/editor.js

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

开放

#1,705 创建于 2021年6月4日

 (3 条评论) (1 个反应) (0 位负责人)TypeScript (1,985 个派生)batch import
good first issuenice to have

仓库指标

星标
 (26,602 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南