@mxtommy/kip 3.0.0-alpha.58 → 3.0.0-alpha.59
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 -3
- package/public/main.js.map +1 -1
package/package.json
CHANGED
package/public/main.js
CHANGED
|
@@ -127281,9 +127281,7 @@ var WidgetIframeComponent = class _WidgetIframeComponent extends BaseWidgetCompo
|
|
|
127281
127281
|
this.widgetUrl = this.widgetProperties.config.widgetUrl = config2.widgetUrl;
|
|
127282
127282
|
}
|
|
127283
127283
|
handleIframeGesture = (event) => {
|
|
127284
|
-
if (!event.data || !event.data.gesture)
|
|
127285
|
-
return;
|
|
127286
|
-
if (event.data.instanceId !== this.widgetProperties.uuid)
|
|
127284
|
+
if (!event.data || !event.data.gesture || event.data.eventData.instanceId !== this.widgetProperties.uuid)
|
|
127287
127285
|
return;
|
|
127288
127286
|
switch (event.data.gesture) {
|
|
127289
127287
|
case "swipeup":
|