Compare commits

...

1 Commits

Author SHA1 Message Date
gamer147
7738bcf438 [FA-misc] Whoops
Some checks failed
CI / build-frontend (pull_request) Has been cancelled
CI / build-backend (pull_request) Has been cancelled
2025-12-11 15:21:04 -05:00

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)}