We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f0edb commit b4c89b6Copy full SHA for b4c89b6
samples/drag-n-drop-manager/ddm2.tis
@@ -451,7 +451,7 @@ function DragDrop2(def)
451
case 8: dd_container.scrollTo(x, y - distance * AUTO_SCROLL_DELTA); break; // top
452
case 2: dd_container.scrollTo(x, y + distance * AUTO_SCROLL_DELTA); break; // bottom
453
case 4: dd_container.scrollTo(x - distance * AUTO_SCROLL_DELTA, y); break; // left
454
- case 2: dd_container.scrollTo(x + distance * AUTO_SCROLL_DELTA, y); break; // right
+ case 6: dd_container.scrollTo(x + distance * AUTO_SCROLL_DELTA, y); break; // right
455
}
456
return true;
457
0 commit comments