This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Fixed window border on Windows: focused blue / unfocused gray (broke ~0.15.0) #8778
Labels
Milestone
Test plan
Original issue description
Windows will usually have the blue border when a window is focused which turns into a gray border when the window loses focus. This functionality was broken with 901d5db and was never restored. The single window action
onFocusChanged
was split out intoonFocus
andonBlur
, but nothing calls themThe text was updated successfully, but these errors were encountered: