Skip to content

Commit c73d71d

Browse files
authored
Fix link in wv2 relnotes "Release SDK 1.0.3719.77, for Runtime 144" (#3708)
* remove spurious e & todo's * template, archive Feb * Revert "template, archive Feb" This reverts commit 567798f.
1 parent 4257dd0 commit c73d71d

File tree

1 file changed

+1
-4
lines changed
  • microsoft-edge/webview2/release-notes

1 file changed

+1
-4
lines changed

microsoft-edge/webview2/release-notes/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The following APIs have been promoted from Phase 2: Stable in Prerelease, to Pha
4646

4747
The `DragStarting` API overrides the default drag and drop behavior when running in visual hosting mode. The `DragStarting` event notifies your app when the user starts a drag operation in the WebView2, and provides the state that's necessary to override the default WebView2 drag operation with your own logic.
4848

49-
<!-- todo: still 5 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
5049
* Use `DragStarting` on the `ICoreWebView2CompositionController5` to add an event handler that's invoked when the drag operation is starting.
5150
* Use `ICoreWebView2DragStartingEventArgs` to start your own drag operation.
5251
* Use the `GetDeferral` method to execute any async drag logic and call back into the WebView at a later time.
@@ -62,13 +61,11 @@ N/A
6261

6362
##### [Win32/C++](#tab/win32cpp)
6463

65-
<!-- todo: still 5 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
6664
* [ICoreWebView2CompositionController5](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77&preserve-view=true)
6765
* [ICoreWebView2CompositionController5::add_DragStarting](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77&preserve-view=true#add_dragstarting)
68-
* [ICoreWebView2CompositionController5::remove_DragStarting](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77e&preserve-view=true#remove_dragstarting)
66+
* [ICoreWebView2CompositionController5::remove_DragStarting](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77&preserve-view=true#remove_dragstarting)
6967

7068
<!-- exception: rt interop docs -->
71-
<!-- todo: still 3 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
7269
* [ICoreWebView2CompositionControllerInterop3](/microsoft-edge/webview2/reference/winrt/interop/icorewebview2compositioncontrollerinterop3?view=webview2-winrt-1.0.3719.77&preserve-view=true)
7370
* [ICoreWebView2CompositionControllerInterop3::add_DragStarting](/microsoft-edge/webview2/reference/winrt/interop/icorewebview2compositioncontrollerinterop3?view=webview2-winrt-1.0.3719.77&preserve-view=true#add_dragstarting)
7471
* [ICoreWebView2CompositionControllerInterop3::remove_DragStarting](/microsoft-edge/webview2/reference/winrt/interop/icorewebview2compositioncontrollerinterop3?view=webview2-winrt-1.0.3719.77&preserve-view=true#remove_dragstarting)

0 commit comments

Comments
 (0)