toggleElement
This commit is contained in:
parent
b309f9d33f
commit
4c01423d65
5 changed files with 8 additions and 8 deletions
|
|
@ -359,7 +359,7 @@ oml.enableDragAndDrop = function($list, canMove) {
|
|||
if (event.clientX < 16 && event.clientY >= 44
|
||||
&& event.clientY < window.innerHeight - 16
|
||||
) {
|
||||
oml.$ui.mainPanel.toggle(0);
|
||||
oml.$ui.mainPanel.toggleElement(0);
|
||||
}
|
||||
} else {
|
||||
$parent = $(event.target).parent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue