Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将光标移动到 CKEditor 中的文本末尾时,会出现一个带有红线的指针,上面写着“此处插入段落”。为了更清楚,这是它的快照。
请告诉我如何阻止它出现。
这是一个魔术线插件。添加:
removePlugins: 'magicline'
到您的配置文件/启动配置,它已经消失了。