Merge "Fixed bug when clearing file, winscope could not allow up/down arrows."

This commit is contained in:
Robert Delgado
2019-07-30 17:10:46 +00:00
committed by Android (Google) Code Review

View File

@@ -86,6 +86,7 @@ export default {
methods: {
clear() {
this.files = [];
this.activeDataView = null;
},
onTimelineItemSelected(index, timelineIndex) {
this.files[timelineIndex].selectedIndex = index;