jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/365683 )

Change subject: Re-enable panning
......................................................................


Re-enable panning

We want to keep support for panning after all, now that it has been fixed.

This reverts commit acf810a3894f0150dfdc10713fbe602f61c44694.

Bug: T166696
Change-Id: Ib97db312b34ddd73d2e4034c21c5cac46bae4a30
---
M modules/mmv.3d.js
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  MarkTraceur: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/mmv.3d.js b/modules/mmv.3d.js
index 3539a54..df622fc 100644
--- a/modules/mmv.3d.js
+++ b/modules/mmv.3d.js
@@ -50,7 +50,6 @@
                this.controls.addEventListener( 'start', $.proxy( function () { 
threed.controlsStart(); }, threed ) );
                this.controls.addEventListener( 'end', $.proxy( function () { 
threed.controlsEnd(); }, threed ) );
                this.controls.enableKeys = false;
-               this.controls.enablePan = false;
                this.controls.update();
 
                $( window ).on( 'resize.3d', $.debounce( 100, $.proxy( function 
() { threed.onWindowResize(); }, threed ) ) );

-- 
To view, visit https://gerrit.wikimedia.org/r/365683
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib97db312b34ddd73d2e4034c21c5cac46bae4a30
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/3D
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <mmul...@wikimedia.org>
Gerrit-Reviewer: MarkTraceur <mholmqu...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to