Skip to content

Commit

Permalink
Fix TailwindCSS issue with important option (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras authored Mar 2, 2024
1 parent 0bfae0f commit 3541c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/spotlight.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
showResultsWithoutInput: '{{ config('livewire-ui-spotlight.show_results_without_input') }}',
})"
x-init="init()"
x-show="isOpen"
x-show.important="isOpen"
x-cloak
@foreach(config('livewire-ui-spotlight.shortcuts') as $key)
@keydown.window.prevent.cmd.{{ $key }}="toggleOpen()"
Expand Down

0 comments on commit 3541c84

Please sign in to comment.