From a12d2826735c372f1f3b50572a9a644e269dc070 Mon Sep 17 00:00:00 2001 From: Max <m.giller.dev@gmail.com> Date: Wed, 20 Oct 2021 15:45:41 +0200 Subject: [PATCH] Set correct default values --- editor/editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/editor.php b/editor/editor.php index 7c11c36..7127c9a 100644 --- a/editor/editor.php +++ b/editor/editor.php @@ -43,7 +43,7 @@ </div> </div> <div id="settings-menu" class="hidden" checked> - <input type="checkbox" id="label-toggle" name="label-toggle" class="bottom-space"> + <input type="checkbox" checked id="label-toggle" name="label-toggle" class="bottom-space"> <label for="label-toggle">Show labels in graph</label> </input> @@ -56,7 +56,7 @@ </br> <label for="stop-physics-delay">Amount of time [in seconds] after which the physics simulation is stopped</label> - <input type="number" id="stop-physics-delay" name="stop-physics-delay" class="small-width"> + <input type="number" value="5" id="stop-physics-delay" name="stop-physics-delay" class="small-width"> </input> </div> </section> -- GitLab