Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GeoVistoogsi
AR
Commits
b910cf2a
Commit
b910cf2a
authored
Jan 11, 2025
by
Percen
Browse files
Update public/index.html
parent
32d3359a
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
b910cf2a
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment