mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 07:48:52 +00:00
JavaScript: Fix first row selection problem in lists
Monotone-Parent: 8bc28439e37a30c502ed66d8e945e84b978841b0 Monotone-Revision: bc3bfc52f8785d114d335b22f794ece898dbd164 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-08-19T07:16:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -601,7 +601,7 @@ function onRowClick(event) {
|
||||
parentNode.fire("mousedown");
|
||||
}
|
||||
}
|
||||
if (rowIndex)
|
||||
if (rowIndex != null)
|
||||
lastClickedRow = rowIndex;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user