mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
Based on diagnostic reports it would appear that the drag scroll timer can outlive the document. The timer is currently stopped on mouseUp: but this is probably not an event we should assume is always sent, for example if the application is made inactive while the mouse button is down, we may never see it being released.