Skip to content

Commit

Permalink
Fixed focus
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Feb 18, 2022
1 parent c2bf47e commit 631ab75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PixiEditor/Helpers/Behaviours/TextBoxFocusBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private void RemoveFocus()
}

FocusManager.SetFocusedElement(scope, parent);
Keyboard.ClearFocus();
}

private void AssociatedObjectGotKeyboardFocus(
Expand Down

0 comments on commit 631ab75

Please sign in to comment.