@innovastudio/contentbuilder 1.2.9 → 1.2.10
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
|
@@ -52435,7 +52435,7 @@ class Element$1 {
|
|
|
52435
52435
|
setTimeout(() => {
|
|
52436
52436
|
// In case of add snippet, after apply behavior, snippet will be automatically clicked/selected.
|
|
52437
52437
|
// So check the snippet if it is selected (active). If so, hide the overlay.
|
|
52438
|
-
if (overlay.closest('.
|
|
52438
|
+
if (overlay.closest('.elm-active')) {
|
|
52439
52439
|
overlay.click(); // overlay.style.display = 'none';
|
|
52440
52440
|
} else {
|
|
52441
52441
|
overlay.style.display = '';
|