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:
parent
7d6e251adf
commit
558d2e5d9a
|
@ -310,7 +310,7 @@ var // currently active contextMenu trigger
|
||||||
* if ignoreThisClick remains false, every right click
|
* if ignoreThisClick remains false, every right click
|
||||||
* thereafter continues to show the menu
|
* thereafter continues to show the menu
|
||||||
*/
|
*/
|
||||||
if (ignoreRightClick) {
|
if (handle.ignoreRightClick) {
|
||||||
if (e.button == 2) {
|
if (e.button == 2) {
|
||||||
ignoreThisClick = true;
|
ignoreThisClick = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue