From 510e3c9068e2f22af4fd69af3d328a9cce56c93e Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Thu, 28 Nov 2024 21:53:39 +0100 Subject: [PATCH] always add scaling value when loading for saving --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index efe2f3a..3134387 100644 --- a/src/index.js +++ b/src/index.js @@ -132,6 +132,7 @@ function setupModel(vcsApp, windowPos, url, name) { model: { uri: url, show: true, + scale: 1, }, }); placedModels.push({ -- GitLab