Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #8552: Reopening closed tabs via Cmd + Shift + T is not working w…
Browse files Browse the repository at this point in the history
…hen these tabs are closed using Cmd + W (#8564)
  • Loading branch information
soner-yuksel authored Dec 14, 2023
1 parent 8dbb193 commit dcbf2ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ extension BrowserViewController {
hideReaderModeBar(animated: false)
}

// Initially add the tab to recently closed and remove it from Tab Data after
tabManager.addTabToRecentlyClosed(currentTab)
tabManager.removeTab(currentTab)
}

Expand Down

0 comments on commit dcbf2ae

Please sign in to comment.