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
My college noticed a severe input lag on Safari 17.1.2 on macOS Sonoma 14.1.2 spec: Macbook Pro 2018 15" i7, 32 GB
It doesn't happen on Chrome on the same computer.
We have also tested the editor https://octo.app/docs/new with more or less the same result.
I guess it's because recalculating styles each keypress is quite expensive. Could we introduce debounce time before recalculating the styles?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My college noticed a severe input lag on Safari 17.1.2 on macOS Sonoma 14.1.2 spec: Macbook Pro 2018 15" i7, 32 GB
It doesn't happen on Chrome on the same computer.
We have also tested the editor https://octo.app/docs/new with more or less the same result.
I guess it's because recalculating styles each keypress is quite expensive. Could we introduce debounce time before recalculating the styles?
The text was updated successfully, but these errors were encountered: