mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Fixed a bug for calculating table row's height
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1132139474
commit
527f73b675
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ $.fn.xeSortableTable = function(){
|
|||
var $this = $(this), o;
|
||||
|
||||
o = getOffset(this, $table.get(0));
|
||||
offsets.push({top:o.top, bottom:o.top+32, $item:$(this)});
|
||||
offsets.push({top:o.top, bottom:o.top+$this.height(), $item:$this});
|
||||
});
|
||||
|
||||
$clone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue