[FA-misc] Whoops
Some checks failed
CI / build-frontend (pull_request) Has been cancelled
CI / build-backend (pull_request) Has been cancelled

This commit is contained in:
gamer147
2025-12-11 15:21:04 -05:00
parent 61e0cb69d8
commit 7738bcf438

View File

@@ -665,7 +665,6 @@
<!-- Delete Confirmation Modal --> <!-- Delete Confirmation Modal -->
{#if showDeleteConfirm && novel} {#if showDeleteConfirm && novel}
<!-- svelte-ignore a11y_no_noninteractive_element_interactions -->
<div <div
class="fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm" class="fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm"
onclick={() => !deleting && (showDeleteConfirm = false)} onclick={() => !deleting && (showDeleteConfirm = false)}