Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitter reaction problem #88

Open
VitaliyAT opened this issue Jul 16, 2016 · 0 comments
Open

Splitter reaction problem #88

VitaliyAT opened this issue Jul 16, 2016 · 0 comments

Comments

@VitaliyAT
Copy link

VitaliyAT commented Jul 16, 2016

Normally you can't do normal resize by click on splitter. Process loop. Better 1 time look then 100 times tell.
TinyTake16-07-2016-04-41-11.zip

Answer that I found for myself it's open file AppData\Roaming\Brackets\extensions\user\response-for-brackets\widgets\Splitter.js and comment lines:

// Do some cleaning
//resizeShield.removeEventListener("mousemove");
//resizeShield.removeEventListener("mousedown");

and

window.setTimeout(function () {
//resizeShield.removeEventListener("mousemove");
//resizeShield.removeEventListener("mousedown");

It's not 100% right decision. Better if author analyze this bug and do something (apologize) better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant