From 8a135554e4c24146f6edd9f10a9a83dec45f6218 Mon Sep 17 00:00:00 2001 From: Ernest Walzel Date: Fri, 15 Dec 2023 09:47:38 +0100 Subject: [PATCH] Disable Vue->Livewire calls As these are incompatible. This will be resolved as part of WEBUMENIA-2042 --- CHANGELOG.md | 2 ++ .../livewire/newsletter-signup-form-bottom-modal.blade.php | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c383603..46a0e8c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file[^1]. ## [Unreleased] +### Fixed +- BottomModal variant of the newsletter signup form ## [2.86.0] - 2023-12-07 ### Fixed diff --git a/resources/views/livewire/newsletter-signup-form-bottom-modal.blade.php b/resources/views/livewire/newsletter-signup-form-bottom-modal.blade.php index 75be063cb..56abc983d 100644 --- a/resources/views/livewire/newsletter-signup-form-bottom-modal.blade.php +++ b/resources/views/livewire/newsletter-signup-form-bottom-modal.blade.php @@ -5,8 +5,9 @@ interaction.maxScrolledPercent >= {{ $openOnScrolledPercent }} && interaction.timeSpentSeconds >= 30 " - v-on:open="lw.call('onOpen')" - v-on:close="lw.call('onDismissed')" + {{-- TODO tracking disabled WEBUMENIA-2042 --}} + {{-- v-on:open="lw.call('onOpen')" --}} + {{-- v-on:close="lw.call('onDismissed')" --}} >