There was an error while loading. Please reload this page.
1 parent fca85a1 commit 6d3ed8fCopy full SHA for 6d3ed8f
1 file changed
glue/crumble/main.js
@@ -394,6 +394,11 @@ async function pasteFromClipboard(preview) {
394
}
395
396
/**
397
+ * Applies already-read clipboard text at the current focus.
398
+ *
399
+ * Text can come from navigator.clipboard for Ctrl+V, or from a browser paste
400
+ * event for Cmd+V. Keeping this shared avoids duplicating paste behavior.
401
402
* @param {!string} text
403
* @param {!boolean} preview
404
*/
0 commit comments