mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
49f896a834
commit
aff4da6f64
@ -26,7 +26,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
fieldSize(300, 200)
|
fieldSize(300, 200)
|
||||||
|
|
||||||
// XXX this is working but need to cancep clicks when this is going...
|
// XXX this is working but need to cancel clicks when this is going...
|
||||||
// XXX check how this interacts with guestures...
|
// XXX check how this interacts with guestures...
|
||||||
$('.field').draggable()
|
$('.field').draggable()
|
||||||
|
|
||||||
|
|||||||
@ -47,6 +47,7 @@ function setup(){
|
|||||||
|
|
||||||
// setup the dragging framework...
|
// setup the dragging framework...
|
||||||
// XXX make this work seamlessly with touchSwipe...
|
// XXX make this work seamlessly with touchSwipe...
|
||||||
|
// XXX cancel clicks while dragging...
|
||||||
$('.field').draggable()
|
$('.field').draggable()
|
||||||
|
|
||||||
// set the default position and init...
|
// set the default position and init...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user