Skip to content

Commit 3f2d6fe

Browse files
committed
Remove default tool help
Also disabled the tool settings placeholder, to be replaced with a dynamic system later
1 parent 27379b9 commit 3f2d6fe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

index.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,11 @@ <h4>Layers</h4>
4949

5050
<h4>Tools</h4>
5151
<div id="toolbox" class="grid-col-2"></div>
52-
<p id="tool-help">
53-
Hold LMB and drag on the map to draw. LMB panning is disabled while Brush tool is active, use MMB to drag
54-
while drawing. Brush size is relative to your current zoom level.
55-
</p>
56-
<div class="settings-form">
52+
<p id="tool-help"></p>
53+
<!-- <div class="settings-form">
5754
<label class="label" for="brush-color">Brush Color</label>
5855
<input type="color" id="brush-color" value="#FFFF66" />
59-
</div>
56+
</div> -->
6057

6158
<h4>Settings</h4>
6259
<details open>

0 commit comments

Comments
 (0)