зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1813947 - Fix pdf location evaluation for feature callout in chrome r=aminomancer,omc-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D168327
This commit is contained in:
Родитель
c2c8426a63
Коммит
810bba0add
|
@ -6748,7 +6748,7 @@
|
|||
gBrowser.featureCallout &&
|
||||
(gBrowser.featureCalloutPanelId !==
|
||||
gBrowser.selectedTab.linkedPanel ||
|
||||
gBrowser.featureCallout.source !== aLocation.spec)
|
||||
!aLocation.spec.endsWith(".pdf"))
|
||||
) {
|
||||
gBrowser.featureCallout._endTour(true);
|
||||
gBrowser.featureCallout = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче