зеркало из https://github.com/mozilla/gecko-dev.git
Bug 824743 - Wrong stylesheet check while opening the respective editor, r=msucan
This commit is contained in:
Родитель
a80a513117
Коммит
6f2b52927a
|
@ -400,7 +400,7 @@ StyleEditorChrome.prototype = {
|
|||
onEditorAdded: function SEC_selectSheet_onEditorAdded(aChrome, aEditor) {
|
||||
let sheet = self._styleSheetToSelect.sheet;
|
||||
if ((sheet && aEditor.styleSheet == sheet) ||
|
||||
aEditor.styleSheetIndex == 0) {
|
||||
(aEditor.styleSheetIndex == 0 && sheet == null)) {
|
||||
aChrome.removeChromeListener(this);
|
||||
select(aEditor);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче