From 3e92aa6adfdc11b9745c190b36fe3b7e8ef97744 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Fri, 11 Dec 2020 14:30:11 +0000 Subject: [PATCH] tidyup --- app/src/components/OtherNodeslayer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/OtherNodeslayer.vue b/app/src/components/OtherNodeslayer.vue index 7a9c8b1..db89f11 100644 --- a/app/src/components/OtherNodeslayer.vue +++ b/app/src/components/OtherNodeslayer.vue @@ -345,7 +345,7 @@ export default { this.width = width this.height = height }, - onResizestop(x, y, width, height, zindex) { + onResizestop(x, y, width, height) { var localnodeid = this.nodeid var zindex var i @@ -371,7 +371,7 @@ export default { this.localx = x this.localy = y }, - onDragstop(x, y, width, height, zindex) { + onDragstop(x, y, width, height) { var localnodeid = this.nodeid var zindex width = this.width -- GitLab