Add undo/redo history

This commit is contained in:
Misode
2019-09-13 14:50:20 +02:00
parent 6a4e9a5c38
commit 7f8d21cee8
3 changed files with 47 additions and 3 deletions

View File

@@ -157,7 +157,7 @@
<textarea type="text" class="form-control code" onchange="updateField(this)" onfocus="this.select()" style="height: 0px"></textarea>
</div>
<div class="input-group mt-3" data-type="json-list">
<textarea class="form-control code" onchange="updateJsonListField(this)" rows=3></textarea>
<textarea class="form-control code" onchange="updateField(this)" rows=3></textarea>
</div>
<div class="input-group mt-3" data-type="nbt">
<div class="input-group-prepend">