Fix localDb sync (#2996)
This commit is contained in:
parent
db47b23b31
commit
3423b63e9c
@ -26,6 +26,7 @@ addActionHandler('switchMultitabRole', async (global, actions, payload): Promise
|
||||
const { isMasterTab, tabId = getCurrentTabId() } = payload;
|
||||
|
||||
if (isMasterTab === selectTabState(global, tabId).isMasterTab) {
|
||||
callApi('broadcastLocalDbUpdateFull');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user