Disable some features in Behave to sort of fix undo

This commit is contained in:
2020-10-19 23:05:30 +02:00
parent db1ca7e601
commit 65299d825c
3 changed files with 7 additions and 40 deletions

View File

@@ -95,6 +95,10 @@
let editor = new Behave({
textarea: document.getElementById("textarea"),
autoStrip: false,
autoOpen: false,
overwrite: false,
autoIndent: false,
replaceTab: true,
softTabs: false,
tabSize: 8