Open jcompagner opened 9 years ago
i patched it by using in the vertical mode:
pane2.elem.css('top', (pos+handler[0].clientHeigth) + 'px');
and in the horizontal mode:
pane2.elem.css('left', (pos+handler[0].clientWidth) + 'px');
i patched it by using in the vertical mode:
pane2.elem.css('top', (pos+handler[0].clientHeigth) + 'px');
and in the horizontal mode:
pane2.elem.css('left', (pos+handler[0].clientWidth) + 'px');