mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
fix "twitching" tree nodes on hover
This commit is contained in:
@@ -95,7 +95,7 @@ export default class CollapsibleWidget extends TabAwareWidget {
|
||||
updateToggleButton(collapse) {
|
||||
if (collapse) {
|
||||
this.$toggleButton
|
||||
.addClass("bx-window")
|
||||
.addClass("bx-chevron-down")
|
||||
.removeClass("bx-minus")
|
||||
.attr("title", "Show");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user