Commit 0855edd9 authored by Percen's avatar Percen
Browse files

Merge branch '21pesi1bif-master-patch-82650' into 'master'

Update public/index.html

See merge request !159
1 merge request!159Update public/index.html
Pipeline #10891 passed with stage
in 36 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -633,7 +633,7 @@ function openScaleMenu() {
<label>Größe: <span id="scale-value">${currentScale.toFixed(2)}</span><input type="range" min="0.01" max="3" step="0.001" value="${currentScale}" onchange="updateScale(this.value)"></label>
<button onclick="closeDynamicMenu()">Zurück</button>
`;
}
function updateScale(value) {
if (selectedPlacedModel) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment