Merge "Fixed bug when clearing file, winscope could not allow up/down arrows."
This commit is contained in:
committed by
Android (Google) Code Review
commit
da60469ef8
@@ -86,6 +86,7 @@ export default {
|
||||
methods: {
|
||||
clear() {
|
||||
this.files = [];
|
||||
this.activeDataView = null;
|
||||
},
|
||||
onTimelineItemSelected(index, timelineIndex) {
|
||||
this.files[timelineIndex].selectedIndex = index;
|
||||
|
||||
Reference in New Issue
Block a user