Removed possibility to toggle selected in table
This commit is contained in:
parent
6c4e6088d3
commit
022fc9a1b2
@ -199,11 +199,7 @@ let PillarTable = Vue.component('pillar-table-base', {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (this.selectedIds.length === 1 && this.selectedIds[0] === itemId) {
|
this.selectedIds = [itemId];
|
||||||
this.selectedIds = [];
|
|
||||||
} else {
|
|
||||||
this.selectedIds = [itemId];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isSelectBetweenClick(clickEvent) {
|
isSelectBetweenClick(clickEvent) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user