Bug 1903996 - Make customizing and mousedown proper boolean attributes. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D214525
This commit is contained in:
@@ -1131,7 +1131,7 @@
|
||||
}
|
||||
|
||||
get _isCustomizing() {
|
||||
return document.documentElement.getAttribute("customizing") == "true";
|
||||
return document.documentElement.hasAttribute("customizing");
|
||||
}
|
||||
|
||||
// This overrides the TabsBase _selectNewTab method so that we can
|
||||
|
||||
Reference in New Issue
Block a user