From 6b263fbf6a042c5d3d1055cc32406a42e82286cf Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 19 Dec 2021 00:25:24 -0800 Subject: [PATCH] core: fix various zone editor bugs --- plugins/core/package-lock.json | 4 ++-- plugins/core/package.json | 2 +- .../components/clippath/ClipPathEditor.vue | 24 ++++++++++--------- plugins/core/ui/src/interfaces/Camera.vue | 6 ++--- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/plugins/core/package-lock.json b/plugins/core/package-lock.json index d47f6424b..1a933d429 100644 --- a/plugins/core/package-lock.json +++ b/plugins/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/core", - "version": "0.0.158", + "version": "0.0.159", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/core", - "version": "0.0.158", + "version": "0.0.159", "license": "Apache-2.0", "dependencies": { "@koush/wrtc": "^0.5.0", diff --git a/plugins/core/package.json b/plugins/core/package.json index 76464aa39..7bc3c3ba7 100644 --- a/plugins/core/package.json +++ b/plugins/core/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/core", - "version": "0.0.158", + "version": "0.0.159", "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.", "author": "Scrypted", "license": "Apache-2.0", diff --git a/plugins/core/ui/src/components/clippath/ClipPathEditor.vue b/plugins/core/ui/src/components/clippath/ClipPathEditor.vue index be042f5d0..cfa5d80d5 100644 --- a/plugins/core/ui/src/components/clippath/ClipPathEditor.vue +++ b/plugins/core/ui/src/components/clippath/ClipPathEditor.vue @@ -1,8 +1,13 @@