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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 17 deletions

View file

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