diff --git a/resources/assets/js/components/shared/song-list.vue b/resources/assets/js/components/shared/song-list.vue index 02831fd3..b3b559b3 100644 --- a/resources/assets/js/components/shared/song-list.vue +++ b/resources/assets/js/components/shared/song-list.vue @@ -410,7 +410,7 @@ export default { // clear the current selection and select it instead. if (!rowVm.item.selected) { this.clearSelection() - rowVm.item.selected = true + this.toggleRow(rowVm) } this.$nextTick(() => this.$refs.contextMenu.open(event.pageY, event.pageX))