Bug 1609938 - Enable tab animation when closing the customize tab via ESC key or Done button. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D60248

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2020-01-17 23:22:49 +00:00
Родитель 3774eb8a9a
Коммит 446563f92e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,7 @@ function closeGlobalTab() {
if (win.gBrowser.browsers.length == 1) {
win.BrowserOpenTab();
}
win.gBrowser.removeTab(gTab);
win.gBrowser.removeTab(gTab, { animate: true });
gTab = null;
}