Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow text selection in flamegraph view. (#874)
Previously, the click handler would fire after some text was selected with the mouse. This would switch pivots and forget the selected text. We now switch the pivot only if the mouse did not move significantly between mouse-down and mouse-up. Fixes #870.
- Loading branch information