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:
@@ -75,6 +75,7 @@ export {
|
||||
actionCut,
|
||||
actionCopyAsPng,
|
||||
actionCopyAsSvg,
|
||||
copyAllTextNodesAsText,
|
||||
} from "./actionClipboard";
|
||||
|
||||
export { actionToggleGridMode } from "./actionToggleGridMode";
|
||||
|
||||
Reference in New Issue
Block a user