mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
Make popup a type Edge supports
This commit is contained in:
parent
1b617402ec
commit
742a0e0dfe
@ -14,9 +14,10 @@ function show () {
|
||||
return extension.windows.update(popup.id, { focused: true })
|
||||
}
|
||||
|
||||
|
||||
extension.windows.create({
|
||||
url: 'notification.html',
|
||||
type: 'detached_panel',
|
||||
type: 'popup',
|
||||
focused: true,
|
||||
width: 360,
|
||||
height: 500,
|
||||
|
Loading…
Reference in New Issue
Block a user