mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
fix selects inside of focus trap not working on click select
This commit is contained in:
@@ -78,7 +78,9 @@ const maxWidthClass = computed(() => {
|
||||
});
|
||||
|
||||
const target = ref();
|
||||
const { activate, deactivate } = useFocusTrap(target);
|
||||
const { activate, deactivate } = useFocusTrap(target, {
|
||||
allowOutsideClick: true,
|
||||
});
|
||||
watch(
|
||||
() => props.show,
|
||||
(value) => {
|
||||
|
||||
Reference in New Issue
Block a user