 - Visit https://github.com/gorilla/mux/blob/master/mux.go - Move your mouse continuously across a token - Notice the tooltip immediately appears, but it should stay hidden until you stop moving the mouse for `TOOLTIP_DISPLAY_DELAY` I have a suspicion this regression was introduced in f6547cc461de8783b3d66d6266d1db11a9a0743a (specifically the hunk below https://github.com/sourcegraph/codeintellify/commit/f6547cc461de8783b3d66d6266d1db11a9a0743a?w=1#diff-8a128e9e8a5a8bb9767f5f5392391217R230). It looks like that commit switched from considering mouse movement by pixels to tokens.
TOOLTIP_DISPLAY_DELAYI have a suspicion this regression was introduced in f6547cc (specifically the hunk below f6547cc?w=1#diff-8a128e9e8a5a8bb9767f5f5392391217R230). It looks like that commit switched from considering mouse movement by pixels to tokens.