zmister2016 / MrDoc

mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。
https://mrdoc.pro/
GNU General Public License v3.0
2.87k stars 535 forks source link

一个在线表格使用中的BUG #160

Open llsxily opened 1 year ago

llsxily commented 1 year ago

从搜索界面进入在线表格的文章后,表格部分会无法进行单元格选中、切换子表等操作。 原因应该是/doc/9/?highlight=123后面的highlight导致了Luckysheet的渲染异常。 我将docs_base.html中的高亮关键词操作屏蔽后以上操作(单元格选中、切换字表操作正常) {% if doc.editor_mode != 2 and doc.editor_mode != 4 %} keyLight('doc-content',getQueryVariable("highlight")) {% endif %}