diff --git a/app/src/components/OtherNodeslayer.vue b/app/src/components/OtherNodeslayer.vue index 7a9c8b11afa1155d97e432ca079572f0ed14dab4..db89f11d27715a31734b75c11e46f009ec7ee32b 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