mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
remove title to fix closing highlights list, fixes #4471
This commit is contained in:
@@ -68,7 +68,6 @@ export default class TocWidget extends RightPanelWidget {
|
||||
.class("icon-action"),
|
||||
new OnClickButtonWidget()
|
||||
.icon("bx-x")
|
||||
.title("Close Table of Contents")
|
||||
.titlePlacement("left")
|
||||
.onClick(widget => widget.triggerCommand("closeToc"))
|
||||
.class("icon-action")
|
||||
|
||||
Reference in New Issue
Block a user