@builder.io/sdk
Advanced tools
Comparing version 0.0.105 to 0.0.106
@@ -485,2 +485,5 @@ 'use strict'; | ||
return this.findParent(target, function (el) { | ||
if (el.tagName === 'BUILDER-CANVAS') { | ||
return true; | ||
} | ||
var rect = el.getBoundingClientRect(); | ||
@@ -487,0 +490,0 @@ return ( |
@@ -479,2 +479,5 @@ import uniqueSelector from 'unique-selector'; | ||
return this.findParent(target, function (el) { | ||
if (el.tagName === 'BUILDER-CANVAS') { | ||
return true; | ||
} | ||
var rect = el.getBoundingClientRect(); | ||
@@ -481,0 +484,0 @@ return ( |
{ | ||
"name": "@builder.io/sdk", | ||
"version": "0.0.105", | ||
"version": "0.0.106", | ||
"browser": "./dist/index.umd.min.js", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1042543
15967