Skip to content

Commit

Permalink
fix: [Wasm] Adjust linker settings for FocusManager.ReceiveFocusNative
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Apr 3, 2020
1 parent f78a38c commit 7524d6e
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 @@ -10,6 +10,9 @@
<type fullname="Uno.Media.GeometryConverter" />
<type fullname="Windows.UI.Xaml.ThicknessConverter" />
<type fullname="Windows.UI.Xaml.ObservableVectorWrapper" />
<type fullname="Windows.UI.Xaml.Input.FocusManager">
<method name="ReceiveFocusNative" />
</type>
</assembly>

<assembly fullname="Uno">
Expand Down

0 comments on commit 7524d6e

Please sign in to comment.