瀏覽代碼

Docs: Fixed three.js title link not working.
@spite do you remember why was this there?

Mr.doob 10 年之前
父節點
當前提交
c98018ded6
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      docs/index.html

+ 0 - 5
docs/index.html

@@ -214,11 +214,6 @@
 			var filterInput = document.getElementById( 'filterInput' );
 			//filterInput.focus();
 
-			panel.addEventListener( 'click', function( e ) {
-				//filterInput.focus();
-				e.preventDefault();
-			} );
-
 			document.getElementById( 'expandButton' ).addEventListener( 'click', function( e ) {
 				panel.classList.toggle( 'collapsed' );
 				if( !panel.classList.contains( 'collapsed' ) ) {