1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

Fix eslint error

This commit is contained in:
Mikael Finstad 2017-01-28 21:45:48 +01:00
parent d7dfac05b8
commit 35367991e4

View File

@ -139,6 +139,10 @@ class App extends React.Component {
});
}
getFileUri() {
return (this.state.filePath || '').replace(/#/g, '%23');
}
jumpCutStart() {
seekAbs(this.state.cutStartTime);
}
@ -224,10 +228,6 @@ class App extends React.Component {
});
}
getFileUri() {
return (this.state.filePath || '').replace(/#/g, '%23');
}
render() {
return (<div>
{this.state.filePath ? undefined : <div id="drag-drop-field">DROP VIDEO</div>}