You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/json-crdt-peritext-ui/__demos__/components/App.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ const markdown =
22
22
'console.log(123);\n'+
23
23
'```\n'+
24
24
'\n\n'+
25
-
'A `ClipboardEvent` is dispatched for copy, cut, and paste events, and it contains '+
25
+
'A `ClipboardEvent` is [dispatched for copy](https://github.com/users/streamich/projects/5/views/2), cut, and paste events, and it contains '+
26
26
'a `clipboardData` property of type `DataTransfer`. The `DataTransfer` object '+
27
27
'is used by the Clipboard Events API to hold multiple representations of data.';
0 commit comments