Bug 721350 - Style Editor auto-scroll to the selected style sheet is annoying. r=paul

---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
This commit is contained in:
Cedric Vivier 2012-01-26 05:13:00 +01:00
parent 8ccf48d2f8
commit 0173ef8690

View File

@ -171,7 +171,6 @@ SplitView.prototype = {
if (binding.onShow) {
binding.onShow(aSummary, binding._details, binding.data);
}
aSummary.scrollIntoView();
},
/**