Skip to content

Commit

Permalink
Merge pull request #8 from Tugzrida/Tugzrida-patch-1
Browse files Browse the repository at this point in the history
Resolve race condition between opening modal and accessing offsetWidth/offsetHeight
  • Loading branch information
saade authored Oct 18, 2023
2 parents b31e8dd + a57f5e3 commit 1aa827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/signature-pad.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class="filament-autograph"
@endphp

<div
ax-load
ax-load="visible"
ax-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('filament-autograph', 'saade/filament-autograph') }}"
ax-load-css="{{ \Filament\Support\Facades\FilamentAsset::getStyleHref('filament-autograph-styles', 'saade/filament-autograph') }}"
x-data="signaturePad({
Expand Down

0 comments on commit 1aa827a

Please sign in to comment.