Fix generated data
This commit is contained in:
@@ -131,7 +131,7 @@ function changeEvent({ start }: { start: string }) {
|
||||
boatData.value.map((b) => {
|
||||
return (b.blocks = newBlocks.filter((block) => block.boatId === b.$id));
|
||||
});
|
||||
setTimeout(() => calendar.value?.scrollToTime('09:00'), 10); // Should figure out why we need this setTimeout...
|
||||
setTimeout(() => calendar.value?.scrollToTime('09:00'), 100); // Should figure out why we need this setTimeout...
|
||||
}
|
||||
|
||||
const disabledBefore = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user