failed to save tab id (regression)
This commit is contained in:
parent
fdf03c5f35
commit
4b36391e66
@ -815,7 +815,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
let self = this;
|
let self = this;
|
||||||
this.Deferred.next(function() {
|
this.Deferred.next(function() {
|
||||||
// changed by someone!
|
// changed by someone!
|
||||||
if (self.getAttribute(self.kID) != id)
|
if (aTab.getAttribute(self.kID) != id)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!self.getTabValue(aTab, self.kID)) {
|
if (!self.getTabValue(aTab, self.kID)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user