Skip to content
Commit 974fe05e authored by Arjen Hiemstra's avatar Arjen Hiemstra Committed by Nate Graham
Browse files

Don't use forceActiveFocus to focus the applet toolbar

Generally, using forceActiveFocus is a bad thing since it indicates
something is wrong in how focus is setup. It is also unnecessary here.
PlasmoidHeading is a focus scope which means we can set whatever default
focus we want inside it and then simply focus the heading to get our
desired behaviour.

In addition, we now use Plasmoid.expanded to retrigger the focus binding
so that it is properly reset on re-showing the applet.
parent d13233b0
Pipeline #159197 failed with stage
in 2 minutes and 56 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment