From 66668d85d603c5841d755a6023aa1925559fc6d4 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 25 Feb 2026 01:32:51 +0800 Subject: chore(workspace): replace legacy codes --- packages/ui/src/components/CustomSelect.svelte | 173 ------------------------- 1 file changed, 173 deletions(-) delete mode 100644 packages/ui/src/components/CustomSelect.svelte (limited to 'packages/ui/src/components/CustomSelect.svelte') diff --git a/packages/ui/src/components/CustomSelect.svelte b/packages/ui/src/components/CustomSelect.svelte deleted file mode 100644 index 0767471..0000000 --- a/packages/ui/src/components/CustomSelect.svelte +++ /dev/null @@ -1,173 +0,0 @@ - - -
- - - - - {#if isOpen} -
- {#if allowCustom} -
-
- e.key === 'Enter' && handleCustomSubmit()} - onclick={(e) => e.stopPropagation()} - /> - -
-
- {/if} - - {#each options as option} - - {/each} -
- {/if} -
-- cgit v1.2.3-70-g09d2