@mxtommy/kip 3.0.0-alpha.59 → 3.0.0-alpha.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "3.0.0-alpha.59",
3
+ "version": "3.0.0-alpha.61",
4
4
  "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {
package/public/main.js CHANGED
@@ -127272,7 +127272,7 @@ var WidgetIframeComponent = class _WidgetIframeComponent extends BaseWidgetCompo
127272
127272
  }
127273
127273
  ngAfterViewInit() {
127274
127274
  if (this.iframe) {
127275
- this.iframe().nativeElement.onload = () => this.injectHammerJS();
127275
+ this.injectHammerJS();
127276
127276
  }
127277
127277
  }
127278
127278
  startWidget() {