UBER-135/TSK-1430: allow changing image in PDFViewer through arrow-keys (keyboard) (#3186)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov
2023-05-24 18:51:48 +06:00
committed by GitHub
parent 71193c54c2
commit df5fc73eeb
31 changed files with 69 additions and 56 deletions
@@ -26,7 +26,7 @@
} from '@hcengineering/core'
import { Item, Kanban as KanbanUI } from '@hcengineering/kanban'
import { getResource } from '@hcengineering/platform'
import { createQuery, getClient, statusStore } from '@hcengineering/presentation'
import { createQuery, getClient, statusStore, ActionContext } from '@hcengineering/presentation'
import { Kanban, SpaceWithStates, Task, TaskGrouping, TaskOrdering } from '@hcengineering/task'
import {
getEventPositionElement,
@@ -46,7 +46,6 @@
ViewQueryOption
} from '@hcengineering/view'
import {
ActionContext,
focusStore,
getCategories,
getCategorySpaces,