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
Loop:true will cause the document to jump to top, which makes it unuseable on a one-pager website.
Could be cool, if you could look into it when you have the time free from Twitter and Typeahead.js! 👍
The text was updated successfully, but these errors were encountered:
Caused by the event trigger:
!silent && this.$input.trigger("ghostwriter:" + eventType).focus();
If you not need the element focused, you can solve the issue with this line
!silent && this.$input.trigger("ghostwriter:" + eventType);
Sorry, something went wrong.
No branches or pull requests
Loop:true will cause the document to jump to top, which makes it unuseable on a one-pager website.
Could be cool, if you could look into it when you have the time free from Twitter and Typeahead.js! 👍
The text was updated successfully, but these errors were encountered: