@pocketprep/ui-kit 3.4.11 → 3.4.12
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.
|
@@ -940,7 +940,7 @@ export default class Question extends Vue {
|
|
|
940
940
|
if (choiceContainerComp) {
|
|
941
941
|
const dropdownExplanationComp =
|
|
942
942
|
// eslint-disable-next-line max-len
|
|
943
|
-
choiceContainerComp.$refs['uikit-question-choices-container__dropdown-explanation'] as
|
|
943
|
+
choiceContainerComp.$refs['uikit-question-choices-container__dropdown-explanation'] as ComponentPublicInstance[]
|
|
944
944
|
if (dropdownExplanationComp) {
|
|
945
945
|
const dropdownEl = dropdownExplanationComp[0] as ComponentPublicInstance | undefined
|
|
946
946
|
const mobileImgDropdownImgDescription =
|