From 1ecfcf100581e79a40112c6a350a213dfc042303 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 9 May 2023 21:37:20 +0200 Subject: [PATCH] chore(docs): mobile intro flow height Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/components/home/Home.vue | 2 +- docs/components/home/flows/Intro.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/home/Home.vue b/docs/components/home/Home.vue index 36c78613..58f12bee 100644 --- a/docs/components/home/Home.vue +++ b/docs/components/home/Home.vue @@ -17,7 +17,7 @@ onMounted(() => { diff --git a/docs/components/home/flows/Intro.vue b/docs/components/home/flows/Intro.vue index f7c3e2ce..abd4b481 100644 --- a/docs/components/home/flows/Intro.vue +++ b/docs/components/home/flows/Intro.vue @@ -175,7 +175,7 @@ const setElements = useDebounceFn(() => { nextTick(() => { updateNodeInternals() }) -}, 1) +}, 50) onMounted(() => { watch(dimensions, setElements, { deep: true, immediate: true }) @@ -197,7 +197,7 @@ function scrollTo() {