Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nokhnaton committed Oct 23, 2023
1 parent b71b6e8 commit 9274e26
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<template>
<teleport to="#dropdown-suggester-popup">
<div :class="$style.container" :style="styledPosition">
<!--
iOSではうまく動かないので非表示
https://github.com/traPtitech/traQ_S-UI/issues/2088
-->
<div v-if="isShown" :class="$style.container" :style="styledPosition">
<!--
mousedownイベントでやっているのはclickイベントだとフォーカスが外れるため
preventをすることでclickイベントでフォーカスが外れるのを回避している
Expand Down

0 comments on commit 9274e26

Please sign in to comment.