Skip to content

Commit

Permalink
wip: added wire:ignore to fme-preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Apr 20, 2024
1 parent 1628f7f commit 9968be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/filament-monaco-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class="fme-wrapper"

<div class="fme-preview-wrapper">
<!-- Preview -->
<iframe class="fme-preview" :srcdoc="previewContent" x-show="showPreview"></iframe>
<iframe class="fme-preview" :srcdoc="previewContent" x-show="showPreview" wire:ignore></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 9968be3

Please sign in to comment.