openfin-adapter
Advanced tools
Comparing version 18.55.11 to 18.55.12
{ | ||
"name": "openfin-adapter", | ||
"version": "18.55.11", | ||
"version": "18.55.12", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -246,3 +246,4 @@ "use strict"; | ||
if (!fin.__internal_.childViews) { | ||
view.navigate(convertedOpts.url); | ||
await view.navigate(convertedOpts.url); | ||
view.setZoomLevel(convertedOpts.zoomLevel || 0); | ||
} | ||
@@ -249,0 +250,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3979225
18051