* Modify catalog select style.

This commit is contained in:
caoyanyi
2023-04-18 11:16:24 +08:00
parent ab7bfba897
commit 77605330f2
+2
View File
@@ -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)
{