fix for bug #399253: problems when opening the new "bookmark" dialog if closed w
hen tags are expanded. r=dietrich git-svn-id: svn://10.0.0.236/trunk@237498 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3e7510a273
commit
3300e8f24e
@ -406,7 +406,7 @@ var gEditItemOverlay = {
|
||||
// hide the tag selector if it was previously visible
|
||||
var tagsSelector = this._element("tagsSelector");
|
||||
if (!tagsSelector.collapsed)
|
||||
this._toggleTagsSelector();
|
||||
this.toggleTagsSelector();
|
||||
}
|
||||
|
||||
if (this._observersAdded) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user