CC-3330: Regression in library behavior: left click anywhere in a row should bring up menu, right click anywhere in row should bring up metadata

This commit is contained in:
denise 2012-04-20 13:01:47 -04:00
parent 7d6e251adf
commit 558d2e5d9a
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ var // currently active contextMenu trigger
* if ignoreThisClick remains false, every right click
* thereafter continues to show the menu
*/
if (ignoreRightClick) {
if (handle.ignoreRightClick) {
if (e.button == 2) {
ignoreThisClick = true;
}