We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I notice that creating https://stackblitz.com/edit/honkit-template?file=README.md
It is a bit cumbersome to lose focus on the editor when changing documents.
Probably, following step got the focus.
honkit/packages/@honkit/theme-default/src/js/theme/navigation.js
Lines 375 to 379 in 3d9392b
Originally posted by @azu in #366 (comment)
The text was updated successfully, but these errors were encountered:
I do know why .focus().
.focus()
If https://stackblitz.com/edit/honkit-template?file=README.md (the case of iframes), we can probably get around this by using https://developer.mozilla.org/en-US/docs/Web/API/Document/activeElement.
Sorry, something went wrong.
No branches or pull requests
I notice that creating https://stackblitz.com/edit/honkit-template?file=README.md
It is a bit cumbersome to lose focus on the editor when changing documents.
Probably, following step got the focus.
honkit/packages/@honkit/theme-default/src/js/theme/navigation.js
Lines 375 to 379 in 3d9392b
Originally posted by @azu in #366 (comment)
The text was updated successfully, but these errors were encountered: