Fixed issue 750: Middle click start selection
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1900 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -2491,7 +2491,7 @@ var getMouseTarget = this.getMouseTarget = function(evt) {
|
||||
// and do nothing else
|
||||
var mouseDown = function(evt)
|
||||
{
|
||||
if(canvas.spaceKey) return;
|
||||
if(canvas.spaceKey || evt.button === 1) return;
|
||||
|
||||
var right_click = evt.button === 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user