Skip to content

Commit

Permalink
fix(docs): Update CopyToClipboard docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yianni99 committed Aug 4, 2023
1 parent 9c9dbc8 commit 8fd55ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/docs/actions/CopyToClipboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ _ref:
types: |
```
(params: {
copy: string,
copy: string
}): void
```
description: |
The `CopyToClipboard` action is used to copy content to the clipboard, based on [`Clipboard`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText).
The `CopyToClipboard` action is used to copy content to the clipboard. It implements the [`navigator.clipboard.writeText`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText) web API.
params: |
###### object
- `copy: string`: __Required__ - Text to be copied to the clipboard.
Expand Down
4 changes: 0 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"url": "https://github.com/lowdefy/lowdefy.git"
},
"type": "module",
"exports": {
"./blocks": "./dist/blocks.js",
"./operators/client": "./dist/operatorsClient.js"
},
"files": [
"dist/*"
],
Expand Down

0 comments on commit 8fd55ca

Please sign in to comment.