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