parent
731042084b
commit
988e27a56c
2 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
ref="chatContainer"
|
||||
style="overflow-x: hidden; overflow-y: auto"
|
||||
v-on:scroll="onScroll"
|
||||
@click.prevent="closeContextMenuIfOpen"
|
||||
@click="closeContextMenuIfOpen"
|
||||
>
|
||||
<div ref="messageOperationsStrut" class="message-operations-strut">
|
||||
<message-operations
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ import QuickReactions from './QuickReactions.vue';
|
|||
var linkify = require('linkifyjs');
|
||||
var linkifyHtml = require('linkifyjs/html');
|
||||
linkify.options.defaults.className = "link";
|
||||
linkify.options.defaults.target = null;
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue