-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
chrome.windows.create(setting, windowInfo => {
chrome.windows.update(windowInfo.id,{focused: true, top: top, left: left});
addToPopupMapping(windowInfo, tab.windowId);
});
})
Error handling response: TypeError: Cannot read properties of undefined (reading 'id')
at chrome-extension://nnlippelgfbglbhiccffmnmlnhmbjjpe/js/service-worker.js:194:44
Unchecked runtime.lastError: Tabs can only be moved between windows in the same profile.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels