@fonixtree/magic-design 0.0.149 → 0.0.151

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.
@@ -287,6 +287,8 @@ var getCoupon = function getCoupon(couponId) {
287
287
  };
288
288
 
289
289
  var clickUrl = function clickUrl(url) {
290
+ console.log('clickUrl...', url);
291
+
290
292
  if (window.magicDesign.readOnly || window.magicDesign.mode !== 'renderer' || !url || window.magicDesign.outputType == 'html') {
291
293
  return;
292
294
  }
@@ -287,6 +287,8 @@ var getCoupon = function getCoupon(couponId) {
287
287
  };
288
288
 
289
289
  var clickUrl = function clickUrl(url) {
290
+ console.log('clickUrl...', url);
291
+
290
292
  if (window.magicDesign.readOnly || window.magicDesign.mode !== 'renderer' || !url || window.magicDesign.outputType == 'html') {
291
293
  return;
292
294
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.149",
4
+ "version": "0.0.151",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",