Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Add/implement mouse selections #3

Merged
merged 8 commits into from
Apr 29, 2019
Merged

Conversation

fdionisi
Copy link
Owner

@fdionisi fdionisi commented Apr 12, 2019

@pranaygp I had a look at the PR and found the potential issue: animationFrameLoop was being called recursively.

I moved it to TextEditor.handleMouseMove where I exit from it early when this.state.mouseDown is false, avoid calling window.requestAnimationFrame.

It has been a long time, but if you have a chance to ensure my changes are not breaking something else that I'm not seeing it would be amazing.

Original PR: atom#107

@fdionisi fdionisi force-pushed the add/implement-mouse-selections branch from 8783923 to 234fa4f Compare April 12, 2019 18:04
@fdionisi fdionisi mentioned this pull request Apr 21, 2019
40 tasks
@fdionisi fdionisi merged commit aa026b7 into master Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants