ma1 pushed to branch base-browser-115.11.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
89e409e8
by Edgar Chen at 2024-06-10T20:20:59+02:00
1 changed file:
Changes:
| ... | ... | @@ -3018,6 +3018,9 @@ void AppWindow::FullscreenChanged(bool aInFullscreen) { | 
| 3018 | 3018 | |
| 3019 | 3019 |  void AppWindow::FinishFullscreenChange(bool aInFullscreen) {
 | 
| 3020 | 3020 |    mFullscreenChangeState = FullscreenChangeState::NotChanging;
 | 
| 3021 | +  if (nsXULPopupManager* pm = nsXULPopupManager::GetInstance()) {
 | |
| 3022 | +    pm->Rollup({});
 | |
| 3023 | +  }
 | |
| 3021 | 3024 |    if (mDocShell) {
 | 
| 3022 | 3025 |      if (nsCOMPtr<nsPIDOMWindowOuter> ourWindow = mDocShell->GetWindow()) {
 | 
| 3023 | 3026 |        ourWindow->FinishFullscreenChange(aInFullscreen);
 |