it doesn't work well with touch-to-search

This commit is contained in:
Giulio 2021-05-04 14:35:22 +02:00
parent e31a81b818
commit 2eb94c2d98

View File

@ -4,7 +4,7 @@
<h3>{{$t("chat.chat")}}</h3> <h3>{{$t("chat.chat")}}</h3>
<transition-group name="message" tag="div" id="chatbox"> <transition-group name="message" tag="div" id="chatbox">
<!-- <div id="chatbox"> --> <!-- <div id="chatbox"> -->
<p style="margin:1pt;" class="chat-message selectable" v-for="(msg, i) in messages" v-bind:key="`${i}-c`" :style="`color:${msg.color}`">{{msg.text}}</p> <p style="margin:1pt;" class="chat-message" v-for="(msg, i) in messages" v-bind:key="`${i}-c`" :style="`color:${msg.color}`">{{msg.text}}</p>
<p class="end" key="end" style="color:#0000">.</p> <p class="end" key="end" style="color:#0000">.</p>
<!-- </div> --> <!-- </div> -->
</transition-group> </transition-group>