Skip to content

Commit

Permalink
Should not change the border size because still need to highlight the…
Browse files Browse the repository at this point in the history
… textarea without focus.
  • Loading branch information
andy840119 committed Sep 11, 2022
1 parent 3d180dc commit 3b6feb1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ protected override void OnFocusLost(FocusLostEvent e)
{
base.OnFocusLost(e);

// should not change the border size because still need to highlight the textarea without focus.
BorderThickness = 3f;

// note: should trigger commit event first in the base class.
Selected?.Invoke(false);
}
Expand Down

0 comments on commit 3b6feb1

Please sign in to comment.