Fix mapping layout blocks when grid not editable
This commit is contained in:
@@ -141,6 +141,8 @@ export default {
|
||||
|
||||
methods: {
|
||||
onLayoutUpdated () {
|
||||
if (!this.editable) return
|
||||
|
||||
this.resizing = false
|
||||
|
||||
this.blocks.forEach(({ xywh = [] }, idx) => {
|
||||
|
||||
Reference in New Issue
Block a user