mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-03-13 19:42:33 +00:00
fix double screen
This commit is contained in:
parent
b8d5481633
commit
771d6c16f1
@ -79,8 +79,9 @@ async function getUserPermission(payload: any) {
|
||||
top: 0,
|
||||
},
|
||||
async (newWindow) => {
|
||||
removeDuplicateWindow(popupUrl);
|
||||
await waitForWindowReady(newWindow.id);
|
||||
removeDuplicateWindow(popupUrl);
|
||||
|
||||
res(null)
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user