From edc9562ceaf9116fe4d8ce7c055bb1253207d495 Mon Sep 17 00:00:00 2001 From: Dobromir Hristov Date: Wed, 15 Jun 2022 11:19:52 +0300 Subject: [PATCH] feat: allow tabbing through tutorial steps --- src/components/Tutorial/SectionSteps.vue | 1 + src/components/Tutorial/Step.vue | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/components/Tutorial/SectionSteps.vue b/src/components/Tutorial/SectionSteps.vue index 6d657d050..b31643c92 100644 --- a/src/components/Tutorial/SectionSteps.vue +++ b/src/components/Tutorial/SectionSteps.vue @@ -19,6 +19,7 @@ :key="index" :currentIndex="activeStep" ref="contentNodes" + @focus="onFocus" /> diff --git a/src/components/Tutorial/Step.vue b/src/components/Tutorial/Step.vue index 7b86a082e..f7f74c2fc 100644 --- a/src/components/Tutorial/Step.vue +++ b/src/components/Tutorial/Step.vue @@ -9,7 +9,7 @@ -->