1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

navigate in zone

This commit is contained in:
Kyle Spearrin
2019-08-16 20:48:01 -04:00
parent 30a77e0c43
commit 206530a940
2 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ export default class RuntimeBackground {
if (this.isSafari) {
// Reload the popup when it's opened
// TODO
/*
this.runtime.addEventListener('popover', (event: any) => {
const win: Window = event.target.contentWindow;