Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PresentationUtil] Fix Canvas expression autocomplete (#146425)
Fixes #146243 ## Summary Fixes Canvas expression autocomplete #143739 upgraded the monaco-editor dependency which uses a callback to the `onLanguage` method to initialize the expressions. The PR moved the `monaco.languages.register` command inside this callback and which was never triggered. Moving the `monaco.languages.register` command outside the callback appears to fix the issue.
- Loading branch information