Revert "up"

This reverts commit 5b0e4eff91.
This commit is contained in:
Lizandro Guarnizo
2026-04-18 19:05:23 -05:00
parent 5b0e4eff91
commit 535e10f714
2 changed files with 29 additions and 35 deletions
+2 -2
View File
@@ -39,9 +39,9 @@
<script src="https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js"></script>
<script>
document.addEventListener('alpine:init', () => {
Alpine.store('dd', { open: false, userId: null, menuX: 0, menuY: 0, esSubvendedor: false, rolId: null, userName: '' });
Alpine.store('openDropdown', null);
Livewire.hook('message.received', () => {
Alpine.store('dd').open = false;
Alpine.store('openDropdown', null);
});
});
</script>