Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
9d9f9bda40
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue