fix: more copyText fixes (#5016)

This commit is contained in:
David Luzar 2022-04-05 23:11:00 +02:00 committed by GitHub
parent 89471094ce
commit 77d789ed8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 17 deletions

View file

@ -41,7 +41,7 @@ export type ActionName =
| "paste"
| "copyAsPng"
| "copyAsSvg"
| "copyAllTextNodesAsText"
| "copyText"
| "sendBackward"
| "bringForward"
| "sendToBack"