mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 20:08:51 +00:00
Fix for bug #542.
Monotone-Parent: c87ee0c01e17a1a47680ed6ca858c1e5bdcac411 Monotone-Revision: f84a4aea78f0990248fedd817ec377260a9120b3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-04-03T07:35:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -981,7 +981,7 @@ SOGoEventDragController.prototype = {
|
||||
if ((!this.eventCells
|
||||
&& (target.hasClassName("clickableHourCell")
|
||||
|| target.hasClassName("day"))
|
||||
&& (target.clientHeight >= target.scrollHeight))
|
||||
&& (target.scrollHeight - target.clientHeight <= 1))
|
||||
|| (this.eventCells && this.eventCells[0].editable
|
||||
&& !this.eventIsInvitation)) {
|
||||
var utilities = SOGoEventDragUtilities();
|
||||
|
||||
Reference in New Issue
Block a user