Skip to content

Commit 77ffdd1

Browse files
Avoid mentioning xclip in the tab-paste module header
The structure test treats xclip as the shared desk clipboard path. Co-authored-by: Jensen <JingxuanKang@users.noreply.github.com>
1 parent 29ab3e4 commit 77ffdd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tab-paste.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Tab-seat paste. Text uses CDP Input.insertText. Images dispatch a synthetic
33
* ClipboardEvent on document.activeElement (contenteditable / textarea / input).
4-
* Never writes the desk xclip / system clipboard — that would leak to the other seat.
4+
* Never writes the shared desk clipboard — that would leak to the other seat.
55
*/
66

77
export const TAB_PASTE_TEXT_MAX = 64 * 1024;

0 commit comments

Comments
 (0)