mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
Inbox keyboard action (#2977)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<script lang="ts">
|
||||
import { Doc, DocumentQuery, Ref } from '@hcengineering/core'
|
||||
import { Issue, Project } from '@hcengineering/tracker'
|
||||
import { Viewlet, ViewOptions } from '@hcengineering/view'
|
||||
import { ViewOptions, Viewlet } from '@hcengineering/view'
|
||||
import {
|
||||
ActionContext,
|
||||
List,
|
||||
@@ -23,7 +23,6 @@
|
||||
SelectDirection,
|
||||
selectionStore
|
||||
} from '@hcengineering/view-resources'
|
||||
import { onDestroy } from 'svelte'
|
||||
import tracker from '../../../plugin'
|
||||
|
||||
export let query: DocumentQuery<Issue> | undefined = undefined
|
||||
@@ -43,10 +42,6 @@
|
||||
list.select(offset, of)
|
||||
}
|
||||
})
|
||||
|
||||
onDestroy(() => {
|
||||
ListSelectionProvider.Pop()
|
||||
})
|
||||
</script>
|
||||
|
||||
<ActionContext
|
||||
|
||||
Reference in New Issue
Block a user