fix for single selection thinking its multiple
This commit is contained in:
parent
12b736baa0
commit
3449f70a8f
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
|||
contextMenu(event) {
|
||||
let self = this
|
||||
let useMenu = "normal"
|
||||
if (!app.select_hasMediaItem(this.guid)) {
|
||||
if (app.selectedMediaItems.length <= 1) {
|
||||
app.selectedMediaItems = []
|
||||
app.select_selectMediaItem(this.item.attributes.playParams.id ?? this.item.id, this.item.attributes.playParams.kind ?? this.item.type, this.index, this.guid)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue