fixed panning problem

master
Mark MacKay 2012-08-14 00:36:02 -05:00
parent 4c48c49a61
commit deefd8e871
1 changed files with 1 additions and 1 deletions

View File

@ -2371,7 +2371,7 @@ var getMouseTarget = this.getMouseTarget = function(evt) {
// and do nothing else
var mouseDown = function(evt)
{
if (evt.originalEvent.touches && evt.originalEvent.touches > 1) return;
if (canvas.spaceKey) return;
var right_click = evt.button === 2;
root_sctm = svgcontent.getScreenCTM().inverse();