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:
parent
d7dfac05b8
commit
35367991e4
@ -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>}
|
||||
|
Loading…
Reference in New Issue
Block a user