mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
removed check for width & height on multiple popup windows
This commit is contained in:
parent
cad5f5f000
commit
40b1688c67
@ -60,9 +60,7 @@ class NotificationManager {
|
|||||||
|
|
||||||
_getPopupIn (windows) {
|
_getPopupIn (windows) {
|
||||||
return windows ? windows.find((win) => {
|
return windows ? windows.find((win) => {
|
||||||
return (win && win.type === 'popup' &&
|
return (win && win.type === 'popup')
|
||||||
win.height === height &&
|
|
||||||
win.width === width)
|
|
||||||
}) : null
|
}) : null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user