Skip to content

Commit

Permalink
ts-ignore runtime/svelte and format
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Jul 26, 2024
1 parent 4622f35 commit cf8e71c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/view/ActorAnimations/ActorAnimationsShell.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<script lang='ts'>
// import { i18n } from "src/utils";
// @ts-ignore - TJS-2-TS
import { devMessage } from 'src/utils'
// @ts-ignore - TJS-2-TS
import { ApplicationShell } from '#runtime/svelte/component/core'
import { TJSDocument } from '#runtime/svelte/store/fvtt/document'
Expand Down
5 changes: 4 additions & 1 deletion src/view/ItemAnimations/ItemAnimationsShell.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@
<button
class='text-xs h-full'
on:click={() =>
window.pf2eGraphics.AnimCore.testAnimation(animation, item)}
window.pf2eGraphics.AnimCore.testAnimation(
animation,
item,
)}
>
Test
</button>
Expand Down

0 comments on commit cf8e71c

Please sign in to comment.