Fix open folder from the tree context menu

This commit is contained in:
yflory 2017-03-02 18:16:16 +01:00
parent 868161a8a8
commit a852112808

View File

@ -1693,6 +1693,7 @@ define([
moveElements([path], [TRASH], false, refresh); moveElements([path], [TRASH], false, refresh);
} }
else if ($(this).hasClass('open')) { else if ($(this).hasClass('open')) {
$element.click();
$element.dblclick(); $element.dblclick();
} }
else if ($(this).hasClass('open_ro')) { else if ($(this).hasClass('open_ro')) {