Skip to content
Commit 9d6f3cee authored by Fushan Wen's avatar Fushan Wen
Browse files

🍒applets/taskmanager: reset animating property on mouse enter

TaskList Grid move during a SequentialAnimation sets an later removes
"animating" property. Sometimes (e.g. session restore) this animation
fails to complete and then "animating" property remains true. This
prevents drag'n'drop with mouse, as MouseHandler onPositionChanged
skips everything if "animating" property is set.

BUG:465377
FIXED-IN: 6.0

(cherry picked from commit 67886ca2)
parent 43b371e9
Pipeline #609781 failed with stage
in 6 minutes and 11 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