fixed panning problem
parent
4c48c49a61
commit
deefd8e871
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue