diff --git a/resources/views/livewire/project/application/deployment/show.blade.php b/resources/views/livewire/project/application/deployment/show.blade.php index 647f52128..2b6afe75a 100644 --- a/resources/views/livewire/project/application/deployment/show.blade.php +++ b/resources/views/livewire/project/application/deployment/show.blade.php @@ -136,13 +136,6 @@ } }, init() { - // Prevent Livewire from morphing logs container when text is selected - Livewire.hook('morph.updating', ({ el, component, toEl, skip }) => { - if (el.id === 'logs' && this.hasActiveLogSelection()) { - skip(); - } - }); - // Watch search query changes this.$watch('searchQuery', () => { this.applySearch();