зеркало из https://github.com/mozilla/pjs.git
bug 351868 - Fixes changing start-end time with drag n drop. patch by ssitter, r1=lilmatt, r2=dmose
This commit is contained in:
Родитель
e202de53c3
Коммит
c74205ab8c
|
@ -230,7 +230,7 @@
|
|||
|
||||
// still select it (since we'll stopPropagation())
|
||||
evbox.calendarView.setSelectedItems(1,
|
||||
[event.ctrlKey ? this.mOccurrence.parentItem : this.mOccurrence]);
|
||||
[event.ctrlKey ? evbox.mOccurrence.parentItem : evbox.mOccurrence]);
|
||||
|
||||
// then start dragging it
|
||||
evbox.parentColumn.startSweepingToModifyEvent(evbox, evbox.mOccurrence, whichside, event.screenX, event.screenY);
|
||||
|
|
Загрузка…
Ссылка в новой задаче