Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@soywiz
Copy link
Collaborator

@soywiz soywiz commented Apr 10, 2025

Fixes #2315

@soywiz soywiz requested a review from Copilot April 10, 2025 13:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

korge-core/src@js/korlibs/render/DefaultGameWindowJs.kt:500

  • Consider verifying that navigator.clipboard is defined before using it, as some browsers may not support the Clipboard API.
private val navigatorClipboard get() = navigator.clipboard.unsafeCast<Clipboard>()

@soywiz soywiz merged commit c1c2869 into main Apr 10, 2025
6 checks passed
@soywiz soywiz deleted the soywiz/implement.clipboard.browser.js branch April 10, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support clipboard ctrl+c & ctrl+v in JS browser

2 participants