JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.67k stars 308 forks source link

Katex equation is not editable in version 2.45.1. #1358

Open roker16 opened 6 months ago

roker16 commented 6 months ago

Earlier, once you write an equation , you could edit it again by clicking on the equation in editor. An icon for editing will appear once you click on equation. But now edit icon does not appear at all.

JoanJiao commented 3 months ago

this issue still exists in the newest version v2.46.0

JiHong88 commented 2 months ago

This issue is not reproduced. Please show me detail test environment.

JoanJiao commented 2 months ago

This issue is not reproduced. Please show me detail test environment.

My project is based on Next.js, here are the relevant dependencies' version: Next.js v14.1.4 React 18 "suneditor": "^2.46.0", "suneditor-react": "^3.6.1", "katex": "^0.16.10"