Skip to content

Commit

Permalink
fix: open empathize with autoFocus true (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar authored Mar 7, 2024
1 parent 0fe9b90 commit b4753f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/predictive-layer/predictive-layer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
>
<component
:is="isDesktopOrGreater ? 'div' : 'BaseScroll'"
v-if="showEmpathize || showIdentifierResults"
class="x-h-full desktop:x-my-16 desktop:x-ml-16"
>
<div class="x-layout-item desktop:x-block">
<div v-if="showEmpathize || showIdentifierResults" class="x-layout-item desktop:x-block">
<BaseKeyboardNavigation
class="x-flex x-flex-col desktop:x-grid desktop:x-grid-cols-12 desktop:x-items-start desktop:x-gap-24"
:navigationHijacker="navigationHijacker"
Expand Down Expand Up @@ -50,7 +49,7 @@
>
<template #suggestion="{ suggestion }">
<HistoryQuery
class="x-suggestion-group-lg hover:x-no-underline desktop:x-suggestion-group-md"
class="x-suggestion-group-lg desktop:x-suggestion-group-md hover:x-no-underline"
:suggestion="suggestion"
suggestionClass="x-suggestion x-suggestion-lg desktop:x-suggestion-md"
>
Expand Down

0 comments on commit b4753f6

Please sign in to comment.