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:
Faustino Kialungila 2022-04-05 15:31:19 +02:00 committed by GitHub
parent 873afdacd3
commit 670ceafc84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 1 deletions

View file

@ -75,6 +75,7 @@ export {
actionCut,
actionCopyAsPng,
actionCopyAsSvg,
copyAllTextNodesAsText,
} from "./actionClipboard";
export { actionToggleGridMode } from "./actionToggleGridMode";