Skip to content

Copying and pasting from/to clipboard #2736

@marekhvolka

Description

@marekhvolka

Use case

It looks like when we define the onPaste handler, the copy/paste from/to clipboard doesn't work unless we double click into the cell.
In our use case we need to have a custom onPaste handler, but this handler is not called when the source cell is empty.

Proposed solution

Pasting to the table cell from outside

  1. Copy some text to your clipboard
  2. Select a cell
  3. paste the value via ctrl + v (cmd + v on Mac)

Copying from the table cell outside

  1. Select a cell
  2. copy the value via ctrl + c (cmd + c on Mac)
  3. paste the value somewhere outside of the table

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions