Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
9d9f9bda40
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue