fix "twitching" tree nodes on hover

This commit is contained in:
zadam
2021-01-30 21:03:39 +01:00
parent 1c51419db5
commit 17c6f53397
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {