mirror of
https://github.com/documize/community.git
synced 2025-08-07 06:25:23 +02:00
document toc cleaner
This commit is contained in:
parent
f1316e3d93
commit
99dca0e1ad
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ export function documentTocEntry(params) {
|
|||
html += "<span style='margin-left: " + indent + "px;'></span>";
|
||||
|
||||
if (currentPage === nodeId) {
|
||||
html += "<span class='selected'><i class='material-icons toc-bullet'>remove</i></span>";
|
||||
html += "<span class='selected'></span>";
|
||||
html += "";
|
||||
} else {
|
||||
html += "<span class=''><i class='material-icons toc-bullet'>remove</i></span>";
|
||||
html += "<span class=''></span>";
|
||||
html += "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue