From af2636121a04ed758f7da8c2ba1ee59b3fe89b18 Mon Sep 17 00:00:00 2001 From: christianrhansen Date: Wed, 6 Nov 2019 18:58:43 +0100 Subject: [PATCH] commented out mobileTempCell.button --- partials/GridEditor.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/partials/GridEditor.vue b/partials/GridEditor.vue index 9754278..950853c 100644 --- a/partials/GridEditor.vue +++ b/partials/GridEditor.vue @@ -566,7 +566,7 @@ if (obj.isFirst) { this.activeHandler = true this.mobileTempCell.show = true - this.mobileTempCell.button = false + // this.mobileTempCell.button = false this.cellHandler.move.pushed = true } @@ -582,7 +582,7 @@ if (obj.isFinal) { this.activeHandler = false this.mobileTempCell.onGrid = true - this.mobileTempCell.button = true + // this.mobileTempCell.button = true this.mobileTempCell.left = this.gridDimensions.full.cell.width * (res.x - 1) this.cellHandler.move.pushed = false // this.cellHandler.move.y = this.gridDimensions.full.cell.height * (res.y - 1) + 8 + 59 + 20 @@ -608,7 +608,7 @@ if (obj.isFirst) { this.activeHandler = true this.mobileTempCell.show = true - this.mobileTempCell.button = false + // this.mobileTempCell.button = false this.cellHandler.resize.pushed = true } @@ -621,7 +621,7 @@ if (obj.isFinal) { this.activeHandler = false this.mobileTempCell.onGrid = true - this.mobileTempCell.button = true + // this.mobileTempCell.button = true this.cellHandler.resize.pushed = false // this.addMobileCell(obj) // this.mobileTempCell.show = false @@ -654,7 +654,7 @@ if (obj.isFirst) { this.mobileTempCell.show = true - this.mobileTempCell.button = false + // this.mobileTempCell.button = false this.mobileTempCell.x = res.x this.mobileTempCell.y = res.y } @@ -664,7 +664,7 @@ if (obj.isFinal) { this.mobileTempCell.onGrid = true - this.mobileTempCell.button = true + // this.mobileTempCell.button = true // this.addMobileCell(obj) // this.mobileTempCell.show = false this.cellHandler.move.x = this.gridDimensions.full.cell.width * (this.mobileTempCell.x - 1) + 8 + 20 -- GitLab