fix(editor): clear selection after toggle latex editor (#12637)

- **fix(editor): clear selection after toggle latex editor**
- **chore: remove useless test**

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

- **New Features**
  - LaTeX rendering now outputs MathML format for improved accessibility and compatibility.
  - Added support for KaTeX styling to enhance LaTeX display in the playground.

- **Bug Fixes**
  - Improved editor behavior by resetting the selection group before opening the LaTeX editor.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Flrande
2025-05-29 14:37:41 +00:00
parent 517aec79ba
commit 9c81c24fbe
4 changed files with 6 additions and 0 deletions

View File

@@ -4355,6 +4355,7 @@ __metadata:
browser-fs-access: "npm:^0.37.0"
graphql: "npm:^16.9.0"
jszip: "npm:^3.10.1"
katex: "npm:^0.16.11"
lit: "npm:^3.2.0"
lz-string: "npm:^1.5.0"
magic-string: "npm:^0.30.11"