We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4484e commit 23b2d93Copy full SHA for 23b2d93
CodeApp/Managers/WebViewBase.swift
@@ -97,6 +97,7 @@ class WebViewBase: KBWebViewBase {
97
}
98
99
if let interactionView = findInteractionView(in: subviews) {
100
+ interactionView.pasteConfiguration = nil
101
for interaction in interactionView.interactions {
102
if interaction is UIDragInteraction || interaction is UIDropInteraction {
103
interactionView.removeInteraction(interaction)
0 commit comments