diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 19:12:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 19:12:20 +0200 |
| commit | 89a3b6bb4a6d6a7ef936e8ec1d4afefd4a8385fd (patch) | |
| tree | c7d9b9f3a0f6ed1a36e616b0fdeca5dce4d448d6 /app/client/modules/pix2pixhd/views/sequence.editor.js | |
| parent | bab7a5431b2255851034b19fb1e5cba641882131 (diff) | |
thumbnail method
Diffstat (limited to 'app/client/modules/pix2pixhd/views/sequence.editor.js')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/sequence.editor.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/client/modules/pix2pixhd/views/sequence.editor.js b/app/client/modules/pix2pixhd/views/sequence.editor.js index 6a5da39..e66aebf 100644 --- a/app/client/modules/pix2pixhd/views/sequence.editor.js +++ b/app/client/modules/pix2pixhd/views/sequence.editor.js @@ -130,8 +130,8 @@ class SequenceEditor extends Component { > {selection && <div className='selection' style={selection}></div>} </div> - <FileViewer path={path} file={this.state.frameA} /> - <FileViewer path={path} file={this.state.frameB} /> + <FileViewer thumbnail path={path} file={this.state.frameA} /> + <FileViewer thumbnail path={path} file={this.state.frameB} /> </div> ) } |
