not needed anymore since "resizeOverlay" is now handled by css classes (see previous commit)

This commit is contained in:
chfhtw
2026-04-15 15:50:10 +02:00
parent 35355b28c0
commit d3b62daea0
-1
View File
@@ -625,7 +625,6 @@ export default {
:class="item.classes"
:item="item"
:style="{
zIndex: item.resizeOverlay ? 1 : 'auto',
top: 'calc(' + item.y + ' * var(--fhc-dg-row-height))',
left: 'calc(' + item.x + ' * var(--fhc-dg-col-width))',
width: 'calc(' + item.w + ' * var(--fhc-dg-col-width))',