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

Add line wrap settings. fixes #186

This commit is contained in:
Kushagra Gour
2017-09-16 17:52:34 +05:30
parent eb1cd50ebb
commit cd2ab830e1
2 changed files with 11 additions and 2 deletions

View File

@@ -461,6 +461,9 @@
</div>
</div>
<div class="ml-2">
<label class="line" title="Toggle wrapping of long sentences onto new line">
<input type="checkbox" d-change="updateSetting" data-setting="lineWrap"> Line wrap
</label>
<label class="line" title="Your Preview will refresh when you resize the preview split">
<input type="checkbox" d-change="updateSetting" data-setting="refreshOnResize"> Refresh preview on resize
</label>