-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore(chat): Code functionailty fixes, Chart updates, Formula render fix #332
base: main
Are you sure you want to change the base?
chore(chat): Code functionailty fixes, Chart updates, Formula render fix #332
Conversation
✅ Deploy Preview for carbon-labs-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-labs-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/** | ||
* startMathJax - edit target document for rendering | ||
*/ | ||
async startMathJax() { |
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.
import 'mathjax/es5/tex-mml-chtml.js';
still pollute the global "window" object. This means that if the chat is running along side other code that uses mathjax (not a crazy thought) that they will clobber each other. Going to approve the PR, but we gotta work this out or move to katex.
@chore(chat): Code functionailty fixes, Chart updates, Formula render fix
Decription
For Code:
For Charts:
For Footer: external re-focus control
For Formula: Targeting shadowDOM instead of global window to avoid DOM leakage
For Popup: Styling updates up to Design standards