forked from AkkomaGang/akkoma-fe
Make collapsed-state hide chat and not the wrong way around
This commit is contained in:
parent
49aa2d5fb7
commit
2258c9c1e7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="chat-panel" v-if="this.collapsed">
|
||||
<div class="chat-panel" v-if="!this.collapsed">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading timeline-heading chat-heading" @click.stop.prevent="togglePanel">
|
||||
<div class="title">
|
||||
|
|
Loading…
Reference in a new issue