Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/dictionary/command/lock-clipboard.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ While the clipboard is locked, the contents of the clipboard available via the <

>*Tip:* Use <lock clipboard> to ensure the clipboard does not change between accesses.

Locking the clipboard will throw an error if it is already locked.


References: unlock clipboard (command), clipboard (function), clipboardData (property), fullClipboardData(property), rawClipboardData (property)

Expand Down
2 changes: 0 additions & 2 deletions docs/dictionary/command/unlock-clipboard.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Use the <unlock clipboard> <command> to make the contents of the clipboard avail

>*Tip:* Use <lock clipboard> to ensure the clipboard does not change between accesses.

Unlocking the clipboard will throw an error if the clipboard is not locked.


References: lock clipboard (command), clipboard (function), clipboardData (property), fullClipboardData (property), rawClipboardData (property)

Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-16456.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Improve accuracy of "lock clipboard" documentatino