remove unused code

This commit is contained in:
chfhtw
2026-04-13 11:13:38 +02:00
parent 510c35e077
commit 3858e38a02
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -605,7 +605,6 @@ export default {
:key="item.data.id"
class="position-absolute"
:item="item"
:active="active"
:style="{
zIndex: item.resizeOverlay ? 1 : 'auto',
top: 'calc(' + item.y + ' * var(--fhc-dg-row-height))',
+1 -2
View File
@@ -1,8 +1,7 @@
export default {
name:'GridItem',
props: {
item: Object,
active: Boolean
item: Object
},
emits: [
"startMove",