Added test for zooming while playing at 16x
Added test `testZoomSpeedControls`
This commit is contained in:
parent
8275cca551
commit
36173c8b9c
2 changed files with 22 additions and 1 deletions
|
|
@ -940,7 +940,7 @@ class View extends React.Component {
|
|||
</td>
|
||||
<td>
|
||||
<div className="input-group">
|
||||
<input type="text" className="form-control" name="search" value={this.state.search}
|
||||
<input type="text" id="recording-search" className="form-control" name="search" value={this.state.search}
|
||||
onChange={this.handleInputChange} />
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue