Make chatbox scroll to bottom once all images have loaded
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m44s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m44s
This commit is contained in:
@@ -109,12 +109,14 @@ onUnmounted(() => {
|
|||||||
v-if="isImageUrl(message.fileUrl)"
|
v-if="isImageUrl(message.fileUrl)"
|
||||||
:src="message.fileUrl"
|
:src="message.fileUrl"
|
||||||
class="max-w-xs max-h-48 rounded"
|
class="max-w-xs max-h-48 rounded"
|
||||||
|
@load="scrollToBottom"
|
||||||
/>
|
/>
|
||||||
<video
|
<video
|
||||||
v-else-if="isVideoUrl(message.fileUrl)"
|
v-else-if="isVideoUrl(message.fileUrl)"
|
||||||
:src="message.fileUrl"
|
:src="message.fileUrl"
|
||||||
controls
|
controls
|
||||||
class="max-w-xs max-h-48 rounded"
|
class="max-w-xs max-h-48 rounded"
|
||||||
|
@loadedmetadata="scrollToBottom"
|
||||||
/>
|
/>
|
||||||
<a
|
<a
|
||||||
v-else
|
v-else
|
||||||
|
|||||||
Reference in New Issue
Block a user