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
Copy file name to clipboardExpand all lines: specs/APIReview_AllowDrop.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@ Currently the drag&drop functionality is default enabled in webview2 and there i
3
3
based upon their scenarios. According to such feature requirements, we add the new API to provide developers with the capability to configure the drag&drop functionality.
4
4
5
5
# Description
6
-
We add a new `AllowDrop` property in `CoreWebView2Controller`. This API allows end developers to toggle the drag&drop functionality easily.
7
-
If it's disabled, any drag&drop actions will keep out of work. By default, it's disabled to accommodate to conventions.
6
+
We add a new `AllowDrop` property in `CoreWebView2Controller`.
7
+
This API allows end developers to toggle the drag&drop functionality easily.
8
+
If it's disabled, any drag&drop actions will keep out of work.
9
+
By default, it's enabled to keep consistent with the behavior we had before the API is added.
0 commit comments