mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix preview
This commit is contained in:
parent
e7b99e6fb7
commit
633481fae3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue