mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-13 12:35:01 +02:00
show indentation size value besides the range slider
This commit is contained in:
@@ -311,6 +311,7 @@
|
||||
</div>
|
||||
<label class="line">
|
||||
Indentation Size <input type="range" class="va-m ml-1" value="2" min="1" max="7" list="indentationSizeList" data-setting="indentSize" d-change="updateSetting">
|
||||
<span id="indentationSizeValueEl"></span>
|
||||
<datalist id="indentationSizeList">
|
||||
<option>1</option>
|
||||
<option>2</option>
|
||||
|
Reference in New Issue
Block a user