fix preview

This commit is contained in:
ed 2020-05-12 21:11:38 +02:00
parent e7b99e6fb7
commit 633481fae3

View file

@ -540,9 +540,11 @@ action_stack = (function () {
dst.push(change);
ref = state.txt;
nodrop = true;
ignore = true; // just some browsers
dom_src.value = ref;
dom_src.setSelectionRange(state.cursor, state.cursor);
ignore = true; // all browsers
dom_src.oninput();
return true;
}