mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-01 12:30:08 +08:00
misc comments
This commit is contained in:
@@ -28,6 +28,7 @@ function SelectionManager() {
|
||||
|
||||
// unselectAuto
|
||||
if (opt('selectable') && opt('unselectAuto')) {
|
||||
// TODO: unbind on destroy
|
||||
$(document).mousedown(function(ev) {
|
||||
var ignore = opt('unselectCancel');
|
||||
if (ignore) {
|
||||
|
||||
Reference in New Issue
Block a user