mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Copy to clipboard all text nodes as text (#5013)
* Copy to clipboard all text nodes as text * fix: only show the option for text elements
This commit is contained in:
parent
873afdacd3
commit
670ceafc84
5 changed files with 35 additions and 1 deletions
|
@ -41,6 +41,7 @@ export type ActionName =
|
|||
| "paste"
|
||||
| "copyAsPng"
|
||||
| "copyAsSvg"
|
||||
| "copyAllTextNodesAsText"
|
||||
| "sendBackward"
|
||||
| "bringForward"
|
||||
| "sendToBack"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue