Skip to content

Commit a5ba887

Browse files
committed
fix(dragdrop): Preserve DragDropExtension JS entrypoint
1 parent 55273ee commit a5ba887

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Uno.UI/LinkerDefinition.Wasm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<type fullname="Windows.UI.Xaml.Input.FocusManager">
1414
<method name="ReceiveFocusNative" />
1515
</type>
16+
<type fullname="Windows.ApplicationModel.DataTransfer.DragDrop.Core.DragDropExtension">
17+
<method name="OnNativeDropEvent" />
18+
</type>
1619
<type fullname="Windows.UI.Xaml.Application">
1720
<method name="DispatchSuspending" />
1821
<method name="DispatchSystemThemeChange" />

0 commit comments

Comments
 (0)