Merge pull request #7921 from aignatov-bio/ai-sci-11139-fix-position-emit-on-row-selection-storage-locations

Fix position emit in row selection [SCI-11139]
This commit is contained in:
aignatov-bio 2024-10-03 13:02:52 +02:00 committed by GitHub
commit fd94232778
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,7 @@ export default {
watch: {
selectedRow() {
[[this.selectedColumn]] = this.availableColumns;
this.$emit('change', [this.selectedRow, this.selectedColumn]);
},
selectedColumn() {
this.$emit('change', [this.selectedRow, this.selectedColumn]);