Pārlūkot izejas kodu

Docs: Fix redirect for geometry generators. (#22153)

Michael Herzog 4 gadi atpakaļ
vecāks
revīzija
0e04127bff
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/index.html

+ 1 - 1
docs/index.html

@@ -68,7 +68,7 @@
 
 			// *BufferGeometry to *Geometry
 
-			if ( /([\w]+)BufferGeometry$/.exec( window.location.hash ) ) {
+			if ( /^(?!.*(Instanced)).*BufferGeometry/.exec( window.location.hash ) ) {
 
 				window.location.hash = window.location.hash.replace( 'BufferGeometry', 'Geometry' );