@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 +1 -1
- package/public/main.js +1 -1
- package/public/main.js.map +1 -1
package/package.json
CHANGED
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.
|
|
127275
|
+
this.injectHammerJS();
|
|
127276
127276
|
}
|
|
127277
127277
|
}
|
|
127278
127278
|
startWidget() {
|