UI: don't allow cylindrical images for now, see #2424

This commit is contained in:
Pieter Vander Vennet 2025-06-02 16:08:55 +02:00
parent 10e0262a0d
commit b9293dc2c9
5 changed files with 80 additions and 75 deletions

View file

@ -1,6 +1,5 @@
<script lang="ts">
import { createEventDispatcher, onDestroy } from "svelte"
import { twMerge } from "tailwind-merge"
export let accept: string | undefined
export let capture: string | undefined = undefined