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
hello, i have this code:
document.addEventListener('trix-selection-change', e => { console.log(e) })
macos 14.0 (23A344), safari 17.0 (19616.1.27.211.1): event fires when we focus editor and don't fires when we change selection.
in other browsers it works correctly
The text was updated successfully, but these errors were encountered:
Have you tried with v2.0.7? There was selection issue with Safari 17 that was fixed in 2.0.7.
Sorry, something went wrong.
ty, its working. im sry for stupid question))
No worries, glad it's working.
getSelectedRange
No branches or pull requests
hello, i have this code:
macos 14.0 (23A344), safari 17.0 (19616.1.27.211.1):
event fires when we focus editor and don't fires when we change selection.
in other browsers it works correctly
The text was updated successfully, but these errors were encountered: