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:
@@ -41,6 +41,7 @@ export type ActionName =
|
||||
| "paste"
|
||||
| "copyAsPng"
|
||||
| "copyAsSvg"
|
||||
| "copyAllTextNodesAsText"
|
||||
| "sendBackward"
|
||||
| "bringForward"
|
||||
| "sendToBack"
|
||||
|
||||
Reference in New Issue
Block a user