TSK-1309, TSK-1310, TSK-571 (#3048)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-04-23 09:50:41 +06:00
committed by GitHub
parent 7aa6ff437e
commit f0a4edee49
14 changed files with 199 additions and 101 deletions
@@ -143,7 +143,7 @@
let kanbanUI: Kanban
const listProvider = new ListSelectionProvider((offset: 1 | -1 | 0, of?: Doc, dir?: SelectDirection) => {
kanbanUI.select(offset, of, dir)
kanbanUI?.select(offset, of, dir)
})
onMount(() => {
;(document.activeElement as HTMLElement)?.blur()
@@ -172,6 +172,8 @@
}
)
$: listProvider.update(issues)
let categories: CategoryType[] = []
const queryId = generateId()
@@ -265,9 +267,6 @@
{setGroupByValues}
{getUpdateProps}
{groupByDocs}
on:content={(evt) => {
listProvider.update(evt.detail)
}}
on:obj-focus={(evt) => {
listProvider.updateFocus(evt.detail)
}}
@@ -72,7 +72,7 @@
<div
class="{twoRows ? 'flex-col' : 'flex-between'} p-text-2"
on:contextmenu|preventDefault={(ev) => showContextMenu(ev, report)}
on:mouseover={() => {
on:mouseenter={() => {
listProvider.updateFocus(report)
}}
on:focus={() => {