ycw 1 year ago
parent
commit
47c95083e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Sidebar.Geometry.js

+ 1 - 1
editor/js/Sidebar.Geometry.js

@@ -195,7 +195,7 @@ function SidebarGeometry( editor ) {
 		const left = ( screen.width - 500 ) / 2;
 		const left = ( screen.width - 500 ) / 2;
 		const top = ( screen.height - 500 ) / 2;
 		const top = ( screen.height - 500 ) / 2;
 
 
-		const url = URL.createObjectURL( new Blob( [ output ], { type: 'text/plain' } ) );
+		const url = URL.createObjectURL( new Blob( [ output ], { type: 'text/plain;charset=utf-8' } ) );
 		window.open( url, '_blank', `location=no,left=${left},top=${top},width=500,height=500` );
 		window.open( url, '_blank', `location=no,left=${left},top=${top},width=500,height=500` );
 
 
 	} );
 	} );