Web Interface for Tags #104244

Merged
Sybren A. Stüvel merged 30 commits from Evelinealy/flamenco:tag-interface into main 2023-09-04 13:06:10 +02:00
Showing only changes of commit 2357bab4fc - Show all commits

View File

@ -181,12 +181,9 @@ export default {
onRowClick(event, row) {
const tag = row.getData();
this.onTagClick(tag, row.getIndex());
},
const rowIndex = row.getIndex();
onTagClick(tag, rowIndex) {
this.tabulator.deselectRow();
this.tabulator.selectRow(rowIndex);
this.selectedTag = tag;