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
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"