Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 5, 2024
1 parent 7fd3c71 commit 81fd22e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-pianos-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

fix: Select trigger refocus in firefox/safari
1 change: 0 additions & 1 deletion packages/bits-ui/src/lib/bits/select/select.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { afterTick } from "$lib/internal/after-tick.js";
import { clamp } from "$lib/internal/clamp.js";
import { noop } from "$lib/internal/callbacks.js";
import { addEventListener } from "$lib/internal/events.js";
import { sleep } from "$lib/internal/sleep.js";
import type { WithRefProps } from "$lib/internal/types.js";
import { afterSleep } from "$lib/internal/after-sleep.js";

Expand Down

0 comments on commit 81fd22e

Please sign in to comment.