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
[web]: Show the "paste" context menu item even if the permission was denied. (#2209)
Show the "paste" context menu item even if the permission was denied.
Safari and Firefox ask the clipboard permission on each read action, it
means on each frame during the scroll of selected text on mobile web.
## Release Notes
N/A
Copy file name to clipboardExpand all lines: compose/foundation/foundation/src/wasmJsMain/kotlin/androidx/compose/foundation/internal/ClipboardUtils.wasm.kt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ private val MIME_TYPE_PLAIN_TEXT_JS = MIME_TYPE_PLAIN_TEXT.toJsString()
0 commit comments