1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: update CONTRIBUTING.md

This commit is contained in:
2022-04-30 17:26:08 +02:00
parent 18b66b5032
commit f4795eb92a
2 changed files with 3 additions and 9 deletions

View File

@ -288,7 +288,7 @@ export default {
this.clearRefresh();
},
selectRow (row) {
this.selectedRow = row;
this.selectedRow = Number(row);
},
contextMenu (event, cell) {
if (event.target.localName === 'input') return;