You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
在“在线编辑”中,<span>标签会被转化为<textarea>标签。但是,在对<textarea>开始编辑时,例如扩展LanguageTool就会产生<lt-mirror>等标签,严重影响了程序布局和读取信息的能力。因此,需要在说明文件中明确规定禁用这种扩展。
In "Online editing" part, <span> tag is turned to <textarea> tag. However, when we start editing textarea, some accidents will happen. For example, an extension called LanguageTool will generate some tags like <lt-mirror>, seriously damage the ability to display and read information of the program. Therefore, it's necessary to rule to disable this kind of extensions definitely.