Skip to content

Commit

Permalink
Fix mapping layout blocks when grid not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Aug 29, 2024
1 parent b43da9f commit 54231e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/web/compose/src/components/Common/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export default {
methods: {
onLayoutUpdated () {
if (!this.editable) return
this.resizing = false
this.blocks.forEach(({ xywh = [] }, idx) => {
Expand Down

0 comments on commit 54231e5

Please sign in to comment.