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) {
|
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);
|
void this._setConnectedTabId(tabId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user