feat: add editor auto save
This commit is contained in:
parent
0d21de4e45
commit
6af3e203eb
@ -75,10 +75,9 @@
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<label for="editorAutoSaveInterval">
|
||||
Set Editor Auto Save Interval
|
||||
{{ $t("settings.editorAutoSaveInterval") }}
|
||||
</label>
|
||||
<input
|
||||
:placeholder="$t('settings.editorAutoSaveInterval')"
|
||||
type="number"
|
||||
v-model.number="editorAutoSaveInterval"
|
||||
name="editorAutoSaveInterval"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user