Merged
mrobinson
changed the title
Fix :active state persistence when flex order changes during mousedown
script: Track the element that has the :active state across input events
Track the activated element on mousedown and only clear :active on mouseup, instead of incorrectly clearing it on mousemove when hover target changes. Signed-off-by: SharanRP <z8903830@gmail.com>