mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Properly select song when right-click
This commit is contained in:
parent
742967be95
commit
891dc74556
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue