Disable / remove snapping
Closed this issue · 1 comments
pmamat commented
Hello everybody,
First of all: thank you for this great plugin!
In my current usecase I would like to disable the snapping mechanism for small displays, because there is too much content to fit on a panel. Is there a way to disable the snapping -- a method to be called on resize / if the viewport size is too small? (and vice versa to re-enable the snapping?)
Thanks for your help!
Regards,
Philipp
guidobouman commented
$('.container').panelSnap('disable');
and
$('.container').panelSnap('enable');