瀏覽代碼

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

Michael Herzog 4 年之前
父節點
當前提交
0e04127bff
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' );