documentation page
This commit is contained in:
@@ -579,7 +579,7 @@ function showContentPartTree (el) {
|
||||
let $arrow = $parent.querySelector(".tree_documentation_arrow_img")
|
||||
$content_part.classList.toggle("hidden")
|
||||
if ($arrow.style.rotate === '0deg' || $arrow.style.rotate === ''){
|
||||
$($arrow).css({rotate: '180deg'})
|
||||
$($arrow).css({rotate: '90deg'})
|
||||
} else {
|
||||
$($arrow).css({rotate: '0deg'})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user