mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
fix: overlap charts can not display
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="hasOverlapData"
|
v-show="hasOverlapData"
|
||||||
ref="overlapChartRef"
|
ref="overlapChartRef"
|
||||||
style="width: 100%; height: 240px"
|
style="width: 100%; height: 240px"
|
||||||
@contextmenu.prevent="onOverlapChartRightClick" />
|
@contextmenu.prevent="onOverlapChartRightClick" />
|
||||||
|
|||||||
Reference in New Issue
Block a user