We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
预览区选中图片后,会出现”图片控制层“class=cherry-previewer-img-size-handler。此时如果改变浏览器或者容器尺寸,”图片控制层“出现位置偏移
The text was updated successfully, but these errors were encountered:
使用js监听,尺寸变化后移除”图片控制层“临时解决,但是不够友好
const resizeObserver = new ResizeObserver(() => { const elements = document.getElementsByClassName( "cherry-previewer-img-size-handler" ); elements[0].remove(); }); resizeObserver.observe(document.getElementById("markdown-container"));
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
预览区选中图片后,会出现”图片控制层“class=cherry-previewer-img-size-handler。此时如果改变浏览器或者容器尺寸,”图片控制层“出现位置偏移

The text was updated successfully, but these errors were encountered: