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
How can we reproduce this bug?
What did you expect to happen?
The page does not jump.
What happened instead?
The page jumps up so that the top of the contenteditable is scrolled back into view
This is caused by the following line https://github.com/zurb/tribute/blob/master/src/TributeRange.js#L43 Commenting out that line seems to fix the issue, but that may have unintended consequences in other situations.
The text was updated successfully, but these errors were encountered:
I pushed a fix that should scroll to the top of the menu at the current cart position in the input: 5e76def
This should fix your problem.
Sorry, something went wrong.
No branches or pull requests
How can we reproduce this bug?
What did you expect to happen?
The page does not jump.
What happened instead?
The page jumps up so that the top of the contenteditable is scrolled back into view
This is caused by the following line https://github.com/zurb/tribute/blob/master/src/TributeRange.js#L43
Commenting out that line seems to fix the issue, but that may have unintended consequences in other situations.
The text was updated successfully, but these errors were encountered: