-
Notifications
You must be signed in to change notification settings - Fork 5
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
Solve citation bug in chrome #770
Conversation
taking a second to at least link the jira issue in the pr description would really help reviewers |
this needs a companion pr on the plugin repo, on GN, and on RB, to enable the plugin. They can be in draft mode until the editor is released, but otherwise we will forget to add the configuration. |
const chromeHacksPlugin = new ProsePlugin({ | ||
props: { | ||
decorations(state: EditorState): DecorationSet | undefined { | ||
if (!chrome) { |
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.
we will need to test edge
No description provided.