From 77605330f2c36865c7030d4e2d2eb9797eebe7e3 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 18 Apr 2023 11:16:24 +0800 Subject: [PATCH] * Modify catalog select style. --- module/doc/view/lefttree.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/doc/view/lefttree.html.php b/module/doc/view/lefttree.html.php index 3d84723b95..b6ef026f6e 100644 --- a/module/doc/view/lefttree.html.php +++ b/module/doc/view/lefttree.html.php @@ -503,6 +503,7 @@ $(function() $('body').on('click', function() { + $('a.sort-module').removeClass('dragging-shadow'); var $dropdown = $('.dropdown-in-tree'); if($dropdown.length) { @@ -672,6 +673,7 @@ $(function() start: function() { $('#dropDownCatalogue').remove(); + $('a.sort-module').removeClass('dragging-shadow'); }, canMoveHere: function($ele, $target) {