3
0

Fix mapping layout blocks when grid not editable

This commit is contained in:
Jože Fortun 2024-08-29 13:02:28 +02:00
parent b43da9f96b
commit 54231e53c8

View File

@ -141,6 +141,8 @@ export default {
methods: {
onLayoutUpdated () {
if (!this.editable) return
this.resizing = false
this.blocks.forEach(({ xywh = [] }, idx) => {