Merge pull request #3366 from gunnvaldr/patch-1

Adds data-current-channel to #chat-container
This commit is contained in:
Pavel Djundik 2019-08-25 20:38:08 +03:00 committed by GitHub
commit 58ad80c3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<template>
<div id="chat-container" class="window">
<div id="chat-container" class="window" :data-current-channel="channel.name">
<div
id="chat"
:data-id="channel.id"