diff --git a/copyparty/web/md2.js b/copyparty/web/md2.js index b3984bd9..c3392c32 100644 --- a/copyparty/web/md2.js +++ b/copyparty/web/md2.js @@ -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; }