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)"
|
||||
:src="message.fileUrl"
|
||||
class="max-w-xs max-h-48 rounded"
|
||||
@load="scrollToBottom"
|
||||
/>
|
||||
<video
|
||||
v-else-if="isVideoUrl(message.fileUrl)"
|
||||
:src="message.fileUrl"
|
||||
controls
|
||||
class="max-w-xs max-h-48 rounded"
|
||||
@loadedmetadata="scrollToBottom"
|
||||
/>
|
||||
<a
|
||||
v-else
|
||||
|
||||
Reference in New Issue
Block a user