-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Mention nodes shouldn't be spellcheck'd :) #6788
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
Change is OK, but you would need to update the respective tests. |
I tried running the tests locally but the playwright setup isn't loving my nixos setup :( so couldn't update the golden files. sorry |
You could update the examples without being able to run them locally, they are not snapshot tests where tooling is used to update them. Should be fairly straightforward to find them with Are you installing playwright with the given instructions ( |
@@ -80,6 +80,7 @@ export class MentionNode extends TextNode { | |||
const dom = super.createDOM(config); | |||
dom.style.cssText = mentionStyle; | |||
dom.className = 'mention'; | |||
dom.spellcheck = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like a low risk change
Makes names no-spell-check which is nice for everyone not called John.