Fix actions popup for Issues List (#1638)

This commit is contained in:
Andrey Sobolev 2022-05-05 13:44:44 +07:00 committed by GitHub
parent 88ccff9ed6
commit b0fd3e6b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@
selectedObjectIds={$selectionStore ?? []}
selectedRowIndex={listProvider.current($focusStore)}
on:row-focus={(event) => {
listProvider.updateFocus(event.detail)
listProvider.updateFocus(event.detail ?? undefined)
}}
on:check={(event) => {
listProvider.updateSelection(event.detail.docs, event.detail.value)