Skip to content
Snippets Groups Projects

Change on the slide bar's UI from pluggin annotation

3 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -204,11 +204,11 @@ class AnnotationCreation extends Component {
@@ -204,11 +204,11 @@ class AnnotationCreation extends Component {
handleChangeTime = (event, newValueTime) => {
handleChangeTime = (event, newValueTime) => {
const timeStart = newValueTime[0];
const timeStart = newValueTime[0];
const timeEnd = newValueTime[1];
const timeEnd = newValueTime[1];
console.log(newValueTime);
this.updateTstart(timeStart);
this.updateTstart(timeStart);
this.updateTend(timeEnd);
this.updateTend(timeEnd);
this.seekToTstart();
this.seekToTstart();
this.seekToTend();
this.seekToTend();
 
this.setState({ valueTime: newValueTime });
};
};
/** update annotation start time */
/** update annotation start time */
Loading