You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Describe the issue you encountered:
If you attempt to close the current tab with
chrome.tabs.remove
, you may cause Brave to crash.Expected behavior:
Closing the current tab with
chrome.tabs.remove
results in another tab taking focus.Platform: Windows 10
Brave Version: 0.12.4
Steps to reproduce:
about:extensions
chrome.tabs.getCurrent(tab=>chrome.tabs.remove([tab.id]))
I'm currently working around this by creating a new active tab, and removing the target tab after 500ms.
The text was updated successfully, but these errors were encountered: