terracotta 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4582,7 +4582,7 @@ function ListboxOption(props) {
4582
4582
  });
4583
4583
  use_event_listener_default(current, "mouseenter", () => {
4584
4584
  if (!state.disabled()) {
4585
- current.focus();
4585
+ current.focus({ preventScroll: true });
4586
4586
  }
4587
4587
  });
4588
4588
  use_event_listener_default(current, "mouseleave", () => {