1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-09 18:46:23 +02:00

make autocompletion a configurable setting. fixes #163

This commit is contained in:
Kushagra Gour
2017-07-15 20:18:30 +05:30
parent cecde6526e
commit a9898f28bd
2 changed files with 12 additions and 6 deletions

View File

@@ -437,6 +437,9 @@
<label class="line">
<input type="checkbox" d-change="updateSetting" data-setting="refreshOnResize"> Refresh preview on resize
</label>
<label class="line">
<input type="checkbox" d-change="updateSetting" data-setting="autoComplete"> Auto-complete suggestions
</label>
<label class="line">
<input type="checkbox" d-change="updateSetting" data-setting="autoPreview"> Auto-preview
</label>