Explorar o código

Merge pull request #6099 from mstrater/patch-2

Allow mouse wheel events through iframe in Mac Safari
Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
4999e9b301
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -183,7 +183,7 @@
 			</a>
 			<div id="content"></div>
 		</div>
-		<iframe id="viewer" allowfullscreen></iframe>
+		<iframe id="viewer" allowfullscreen onmousewheel=""></iframe>
 
 		<script>
 

粤ICP备19079148号