Web Interface for Tags #104244
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user