e2e8a280c3
Start the selection timer after a double-click so that dragging to extend a word selection works correctly. Regression introduced in #104715 which moved selection updates into a timer callback (click_select_held) but did not start the timer in the double-click handler, only in the single-click handler. Fixes #116860.