Fix reading files from WebAssembly (#4183)
This commit is contained in:
		@ -47,6 +47,14 @@ export const commonPoints = {
 | 
			
		||||
  num2: 14.44,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/** A semi-reliable color to check the default XZ plane on
 | 
			
		||||
 * in dark mode in the default camera position
 | 
			
		||||
 */
 | 
			
		||||
export const darkModePlaneColorXZ: [number, number, number] = [50, 50, 99]
 | 
			
		||||
 | 
			
		||||
/** A semi-reliable color to check the default dark mode bg color against */
 | 
			
		||||
export const darkModeBgColor: [number, number, number] = [27, 27, 27]
 | 
			
		||||
 | 
			
		||||
export const editorSelector = '[role="textbox"][data-language="kcl"]'
 | 
			
		||||
type PaneId = 'variables' | 'code' | 'files' | 'logs'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user