mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
Fix to the opacity for drag and drop / new events, etc
This commit is contained in:
@@ -13,7 +13,7 @@ setDefaults({
|
||||
},
|
||||
|
||||
dragOpacity: {
|
||||
resource: .5
|
||||
agenda: .5
|
||||
},
|
||||
minTime: '00:00:00',
|
||||
maxTime: '24:00:00',
|
||||
|
||||
@@ -9,11 +9,11 @@ setDefaults({
|
||||
|
||||
axisFormat: generateAgendaAxisFormat,
|
||||
timeFormat: {
|
||||
agenda: generateAgendaTimeFormat
|
||||
resource: generateAgendaTimeFormat
|
||||
},
|
||||
|
||||
dragOpacity: {
|
||||
agenda: .5
|
||||
resource: .5
|
||||
},
|
||||
minTime: '00:00:00',
|
||||
maxTime: '24:00:00',
|
||||
|
||||
Reference in New Issue
Block a user