mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 19:45:35 +01:00
Set numeric limits on WI order/depth
This commit is contained in:
parent
5fbb232d69
commit
d8380a390a
@ -3981,7 +3981,7 @@
|
|||||||
|
|
||||||
<div class="world_entry_form_control wi-enter-footer-text flex-container flexNoGap ">
|
<div class="world_entry_form_control wi-enter-footer-text flex-container flexNoGap ">
|
||||||
<label for="order" data-i18n="Order:">Order:</label>
|
<label for="order" data-i18n="Order:">Order:</label>
|
||||||
<input class="text_pole wideMax100px margin0" type="number" name="order" placeholder="" />
|
<input class="text_pole wideMax100px margin0" type="number" name="order" placeholder="" min="0" max="10000" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user