document a line

This commit is contained in:
Pierre Bondoerffer
2017-06-12 18:25:06 +02:00
parent cd1c957929
commit 56f2c46c75

View File

@@ -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;