Fixed search shortcut
This commit is contained in:
@@ -195,10 +195,9 @@ function handleEntitySwitch() {
|
|||||||
|
|
||||||
// Key combos to deploy modal
|
// Key combos to deploy modal
|
||||||
const keys = useMagicKeys()
|
const keys = useMagicKeys()
|
||||||
|
const controlPeriod = computed(() => keys.control_period?.value)
|
||||||
|
|
||||||
whenever(keys.control_period, () => {
|
whenever(controlPeriod, openUiDialog)
|
||||||
openUiDialog()
|
|
||||||
})
|
|
||||||
|
|
||||||
const searchResultsRef = ref<HTMLElement | null>(null)
|
const searchResultsRef = ref<HTMLElement | null>(null)
|
||||||
const { y: searchResultsY } = useScroll(searchResultsRef)
|
const { y: searchResultsY } = useScroll(searchResultsRef)
|
||||||
|
|||||||
Reference in New Issue
Block a user