Procházet zdrojové kódy

Fixed examples toggle button.

Mr.doob před 8 roky
rodič
revize
d97be6696b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -261,7 +261,7 @@
 		var expandButton = document.getElementById( 'expandButton' );
 		expandButton.addEventListener( 'click', function ( event ) {
 			event.preventDefault();
-			panel.classList.remove( 'collapsed' );
+			panel.classList.toggle( 'collapsed' );
 		} );
 
 		// iOS iframe auto-resize workaround

粤ICP备19079148号