Errors encountered when editing file content in preview mode:
When editing the file content in preview mode, when the mouse clicks on the image file, the mouse cursor sometimes jumps to other positions randomly (unpredictable positions, you need to repeat internal testing for this error).
If the image link is in an online format, the image will never be centered, even if you have set the centered css code for the image 
1.3.5
Windows10
Hereby report! Hopefully it will be fixed in the next version. Thank you so much!
Number 1, you need to follow the troubleshooting guide, bug report template, and if anything provide a bug report of it happening in the sandbox vault showing the full screen. I am going to archive this and wait until I get a proper report
Number 2 does not belong to bug reports as this something that you should handle via css.
I have centered the image in css and it works great in source mode and read mode, but why does it behave differently in preview mode than source mode and read mode? That’s why I think this is also a wrong form of expression. You can try it yourself to see the effect.
我已經在css中對圖像設置了居中處理,它在源碼模式和閱讀模式下表現的非常好,但是為什麼在預覽模式下會表現的與源碼模式和閱讀模式不同呢?所以我才認為這也是一個錯誤的表現形式。您可以自己好好試試看效果。
img {
display: block;
margin: 0 auto;
}
In the future I will follow the troubleshooting guide, bug report template.
以後我會遵循故障排除指南、錯誤報告模板。
Errors encountered when editing file content in preview mode:
If the image link is in an online format, the image will never be centered, even if you have set the centered css code for the image
如果圖像鏈接是在線格式,那麼圖像始終無法居中顯示,即使您已經對圖像設置了居中的css代碼
I have centered the image in css and it works great in source mode and read mode, but why does it behave differently in preview mode than source mode and read mode? That’s why I think this is also a wrong form of expression. You can try it yourself to see the effect.
我已經在css中對圖像設置了居中處理,它在源碼模式和閱讀模式下表現的非常好,但是為什麼在預覽模式下會表現的與源碼模式和閱讀模式不同呢?所以我才認為這也是一個錯誤的表現形式。您可以自己好好試試看效果。