Skip to content

Fix keyboard navigation#525

Open
valentincre wants to merge 1 commit intoiamstevendao:mainfrom
valentincre:main
Open

Fix keyboard navigation#525
valentincre wants to merge 1 commit intoiamstevendao:mainfrom
valentincre:main

Conversation

@valentincre
Copy link
Copy Markdown

When you place the keyboard cursor on the flags and press the up or down arrow, the following error appears: Uncaught TypeError: can't access property ‘children’, refList.value is null.
This is because there is a v-if on the referenced element, which means that it has not yet been created when you try to access its children.

My solution is to wait for the DOM to refresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant