浏览代码

Docs: Refactor URL generation in geometry browser. (#23087)

* Limit LGTM errors

* Update geometry-browser.html

Co-authored-by: Michael Herzog <[email protected]>
gero3 3 年之前
父节点
当前提交
5169da8792
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      docs/scenes/geometry-browser.html

+ 7 - 1
docs/scenes/geometry-browser.html

@@ -696,8 +696,14 @@
 			}
 
 			//
+			
+			const selectedGeometry = window.location.hash.substring( 1 );
 
-			document.getElementById( 'newWindow' ).href += window.location.hash;
+			if ( guis[ selectedGeometry ] !== undefined ) {
+
+				document.getElementById( 'newWindow' ).href += window.location.hash;
+
+			}
 
 			const gui = new GUI();