document a line
This commit is contained in:
parent
cd1c957929
commit
56f2c46c75
@ -364,7 +364,7 @@ define([
|
||||
e.stopPropagation();
|
||||
|
||||
if (!APP.ready) { return; }
|
||||
if (!isKeyup && e.which !== 1) { return; }
|
||||
if (!isKeyup && e.which !== 1) { return; } // only allow left clicks
|
||||
|
||||
var target = e && e.target;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user