Fixes 2 VChat bugs

This commit is contained in:
Aronai Sieyes
2020-03-01 19:05:52 -05:00
parent 95e1c84036
commit 4ae6283cd1
3 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<div id="app" @mouseup="on_mouseup" style="display: none;">
<!-- Top menu -->
<div class="ui top fixed pointing menu" :class="{ inverted: inverted }">
<div id="topmenu" class="ui top fixed menu" :class="{ inverted: inverted }">
<div v-for="(tab,index) in tabs" class="item" :class="{ active: tab.active, inverted: inverted }" @click="switchtab(tab)" @click.ctrl="editmode">
<i v-show="editing && !tab.immutable && index >= 2" class="icon-left-open-outline" @click.stop.prevent="movetab(tab,-1)" title="Move tab left"></i>
{{tab.name}}