@innovastudio/contentbox 1.6.1 → 1.6.2
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
CHANGED
|
@@ -27941,7 +27941,7 @@ class Element$2 {
|
|
|
27941
27941
|
btnVisibility.forEach(btn => {
|
|
27942
27942
|
btn.addEventListener('click', () => {
|
|
27943
27943
|
const s = btn.getAttribute('data-visibility');
|
|
27944
|
-
const target = this.
|
|
27944
|
+
const target = this.getDeviceTarget(divTarget);
|
|
27945
27945
|
this.setVisibility(s, target);
|
|
27946
27946
|
btnVisibility.forEach(btn => btn.classList.remove('on'));
|
|
27947
27947
|
btn.classList.add('on');
|