зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3774eb8a9a
Коммит
446563f92e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче