mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-12-04 13:51:27 +00:00
Fix display issue in board
This commit is contained in:
parent
d0d75d1178
commit
185ef6cbb2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<panZoom
|
<panZoom
|
||||||
v-if="visibility !== Visibility.None"
|
v-if="unref(visibility) !== Visibility.None"
|
||||||
v-show="visibility === Visibility.Visible"
|
v-show="unref(visibility) === Visibility.Visible"
|
||||||
:style="[
|
:style="[
|
||||||
{
|
{
|
||||||
width,
|
width,
|
||||||
|
|
Loading…
Reference in a new issue