@pocketprep/ui-kit 3.4.12 → 3.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
:quiz-length="quizLength"
|
|
43
43
|
:quiz-mode="quizMode"
|
|
44
44
|
:question-number="questionNumber"
|
|
45
|
+
:is-correct="isCorrect"
|
|
45
46
|
:is-dark-mode="isDarkMode"
|
|
46
47
|
:context-icon-type="contextIconType"
|
|
47
48
|
:show-answers="showAnswers"
|
|
@@ -944,8 +945,8 @@ export default class Question extends Vue {
|
|
|
944
945
|
if (dropdownExplanationComp) {
|
|
945
946
|
const dropdownEl = dropdownExplanationComp[0] as ComponentPublicInstance | undefined
|
|
946
947
|
const mobileImgDropdownImgDescription =
|
|
947
|
-
|
|
948
|
-
|
|
948
|
+
// eslint-disable-next-line max-len
|
|
949
|
+
dropdownEl?.$refs['uikit-question-dropdown-explanation__dropdown-explanation-img-description'] as HTMLElement | undefined
|
|
949
950
|
|
|
950
951
|
if (mobileImgDropdownImgDescription?.offsetParent) {
|
|
951
952
|
mobileImgDropdownImgDescription.focus()
|