We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e13f57 commit 8e62c31Copy full SHA for 8e62c31
1 file changed
specs/APIReview_AllowExternalDrop.md
@@ -4,7 +4,7 @@ Currently the functionality of dragging and dropping external objects(e.g. files
4
# Description
5
We add a new `AllowExternalDrop` property in `CoreWebView2Controller`.
6
This API allows end developers to toggle the external drag&drop functionality easily.
7
-If it's disabled, any drag&drop actions will keep out of work when trying to drag and drop objects from outside into current webview2.
+If it's disabled, drag&drop objects from outside into current webview2 will be permitted.
8
To be more specific, some behaviors listed below will be impacted by the toggle of this property.
9
10
* Drag&Drop files on disk to webview2
0 commit comments