diff --git a/client/web/compose/src/components/Common/Grid.vue b/client/web/compose/src/components/Common/Grid.vue index 7cfadf85cb..65eaf2182a 100644 --- a/client/web/compose/src/components/Common/Grid.vue +++ b/client/web/compose/src/components/Common/Grid.vue @@ -141,6 +141,8 @@ export default { methods: { onLayoutUpdated () { + if (!this.editable) return + this.resizing = false this.blocks.forEach(({ xywh = [] }, idx) => {