mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +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,
|
top: 0,
|
||||||
},
|
},
|
||||||
async (newWindow) => {
|
async (newWindow) => {
|
||||||
|
removeDuplicateWindow(popupUrl);
|
||||||
await waitForWindowReady(newWindow.id);
|
await waitForWindowReady(newWindow.id);
|
||||||
removeDuplicateWindow(popupUrl);
|
|
||||||
res(null)
|
res(null)
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user