We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
and
It's not 100% right decision. Better if author analyze this bug and do something (apologize) better.
The text was updated successfully, but these errors were encountered: