Fix open folder from the tree context menu
This commit is contained in:
parent
868161a8a8
commit
a852112808
@ -1693,6 +1693,7 @@ define([
|
||||
moveElements([path], [TRASH], false, refresh);
|
||||
}
|
||||
else if ($(this).hasClass('open')) {
|
||||
$element.click();
|
||||
$element.dblclick();
|
||||
}
|
||||
else if ($(this).hasClass('open_ro')) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user