Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Update the dropdown event interface #140

Merged
merged 3 commits into from
Sep 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion attractions/date-picker/date-picker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

function clearFocus({ detail: open }) {
if (!open) {
if (!open.value) {
startFocus = false;
endFocus = false;
}
Expand Down