|  |  | @@ -1352,6 +1352,7 @@ function configEntityOptions(entity, view) { | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | scaleInput.setAttribute("min", 1); | 
		
	
		
			
			|  |  |  | scaleInput.setAttribute("type", "number"); | 
		
	
		
			
			|  |  |  | scaleInput.setAttribute("step", "any"); | 
		
	
		
			
			|  |  |  | setNumericInput(scaleInput, entity.scale); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | scaleRow.appendChild(scaleInput); | 
		
	
	
		
			
				|  |  | @@ -1464,6 +1465,7 @@ function configViewOptions(entity, view) { | 
		
	
		
			
			|  |  |  | input.classList.add("options-field-numeric"); | 
		
	
		
			
			|  |  |  | input.id = "options-view-" + key + "-input"; | 
		
	
		
			
			|  |  |  | input.setAttribute("type", "number"); | 
		
	
		
			
			|  |  |  | input.setAttribute("step", "any"); | 
		
	
		
			
			|  |  |  | input.setAttribute("min", 1); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | const select = document.createElement("select"); | 
		
	
	
		
			
				|  |  | 
 |