This commit is contained in:
Henry Jameson 2025-07-03 00:20:48 +03:00
commit a635f025be
2 changed files with 1 additions and 1 deletions

View file

View file

@ -1,8 +1,8 @@
<template> <template>
<div <div
:id="'component-preview-' + randomSeed"
class="ComponentPreview" class="ComponentPreview"
:class="{ '-shadow-controls': shadowControl }" :class="{ '-shadow-controls': shadowControl }"
:id="'component-preview-' + randomSeed"
> >
<label <label
v-show="shadowControl" v-show="shadowControl"