remove unused resizeOverlay

This commit is contained in:
chfhtw
2026-04-22 15:32:59 +02:00
parent 392cfbdc4e
commit 3e832f9526
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -43,7 +43,6 @@ export default {
"item_data",
"place",
"widgetTemplate",
"resizeOverlay",
"source"
],
computed: {
@@ -193,7 +192,7 @@ export default {
v-if="!hidden || editMode"
:id="widgetID"
class="dashboard-item card overflow-hidden h-100 position-relative"
:class="{'hidden-widget':hidden, 'dashboard-item-overlay':resizeOverlay, [arguments?.className]:arguments && arguments.className}"
:class="{'hidden-widget':hidden, [arguments?.className]:arguments && arguments.className}"
>
<div v-if="loading" class="d-flex justify-content-center align-items-center h-100">
<i class="fa-solid fa-spinner fa-pulse fa-3x"></i>
@@ -245,7 +245,6 @@ export default {
<dashboard-item
v-else
:id="item.widget"
:resizeOverlay="item.resizeOverlay"
:widgetID="item.id"
:width="item.w"
:height="item.h"