Patch #3050492, Cannot drag table box to the edge

This commit is contained in:
Martin Schönberger
2010-08-28 08:16:05 -04:00
committed by Marc Delisle
parent 8ec1c4a164
commit fee00e61aa
3 changed files with 10 additions and 1 deletions

View File

@@ -1385,6 +1385,7 @@ function refreshDragOption(e) {
myid = getElement(e);
if (myid.style.visibility == 'visible') {
refreshLayout();
TableDragInit();
}
}