SetNeedsKeyboard
public method in Window.macOS.cs
does nothing
#10972
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/enhancement
New feature or request
triage/untriaged
Indicates an issue requires triaging or verification
I can't see how this:
uno/src/Uno.UI/Controls/Window.macOS.cs
Lines 527 to 534 in 5ea5251
will ever do anything. Both
GetNeedsKeyboard
andNeedsKeyboard
methods are unused (and will be deleted in a PR where I remove unused private methods).This is a breaking change since
SetNeedsKeyboard
is publicThe text was updated successfully, but these errors were encountered: