Skip to content

Commit

Permalink
Merge pull request #7010 from unoplatform/dev/jela/dragdrop-linker
Browse files Browse the repository at this point in the history
fix(dragdrop): Preserve DragDropExtension JS entrypoint
  • Loading branch information
mergify[bot] authored Sep 9, 2021
2 parents efa66fe + a5ba887 commit 5d4f3ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Uno.UI/LinkerDefinition.Wasm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<type fullname="Windows.UI.Xaml.Input.FocusManager">
<method name="ReceiveFocusNative" />
</type>
<type fullname="Windows.ApplicationModel.DataTransfer.DragDrop.Core.DragDropExtension">
<method name="OnNativeDropEvent" />
</type>
<type fullname="Windows.UI.Xaml.Application">
<method name="DispatchSuspending" />
<method name="DispatchSystemThemeChange" />
Expand Down

0 comments on commit 5d4f3ba

Please sign in to comment.