Skip to content

Commit

Permalink
Disable Vue->Livewire calls
Browse files Browse the repository at this point in the history
As these are incompatible. This will be resolved as part of WEBUMENIA-2042
  • Loading branch information
eronisko committed Dec 15, 2023
1 parent 9bbe1cf commit 8a13555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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')" --}}
>
<div class="row py-5">
<div class="visible-lg-block col-lg-1 col-lg-offset-2 text-right pl-0 pt-4">
Expand Down

0 comments on commit 8a13555

Please sign in to comment.