We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e99c1f commit b2295cdCopy full SHA for b2295cd
src/index.js
@@ -559,28 +559,6 @@
559
CoCreateConfig.attributes = revertObject
560
}
561
562
-
563
- // function computeStyles(el, properties) {
564
- // let computed = window.getComputedStyle(el);
565
- // let result = {};
566
- // properties.forEach((property) => {
567
- // result[property] = parseInt(computed[property]);
568
- // });
569
- // return result;
570
- // }
571
572
- // function checkParent(element, selectors){
573
- // let parentElement;
574
- // do {
575
- // parentElement = element.parentElement.closest(selectors);
576
- // if (parentElement) {
577
- // element = parentElement;
578
- // } else {
579
- // return element;
580
581
- // } while (parentElement);
582
583
584
if (isBrowser)
585
clickedElement();
586
0 commit comments