mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
chore(extension): connected badge while loading (#899)
This commit is contained in:
@@ -193,7 +193,7 @@ class TabShareExtension {
|
||||
}
|
||||
|
||||
private _onTabUpdated(tabId: number, changeInfo: chrome.tabs.TabChangeInfo, tab: chrome.tabs.Tab) {
|
||||
if (changeInfo.status === 'complete' && this._connectedTabId === tabId)
|
||||
if (this._connectedTabId === tabId)
|
||||
void this._setConnectedTabId(tabId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user