We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160e66d commit 0865cbcCopy full SHA for 0865cbc
1 file changed
specs/APIReview_AllowDrop.md
@@ -58,7 +58,7 @@ void ToggleAllowDrop(object target, ExecutedRoutedEventArgs e)
58
# Remarks
59
The `AllowDrop` property already exists in some controls of .net UI framework like WPF and WinForms.
60
The .net control wrapper for webview2 natively inherits this property.
61
-But actually it doesn't really takes effect until this new API is added.
+But actually it doesn't really take effect until this new API is added.
62
When the new API is promoted to public, we will adjust the WPF/WinForms webview2 control to consume the new API accordingly.
63
64
0 commit comments