|
@@ -124,7 +124,7 @@ export class StructureViewComponent extends React.Component<StructureViewCompone
|
|
</select>
|
|
</select>
|
|
<span> </span>
|
|
<span> </span>
|
|
<input type='range'
|
|
<input type='range'
|
|
- value={this.state.modelId}
|
|
|
|
|
|
+ defaultValue={this.state.modelId.toString()}
|
|
min={Math.min(...modelIds.map(m => m.id))}
|
|
min={Math.min(...modelIds.map(m => m.id))}
|
|
max={Math.max(...modelIds.map(m => m.id))}
|
|
max={Math.max(...modelIds.map(m => m.id))}
|
|
step='1'
|
|
step='1'
|