mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Hopefully correct a bug where text was not saved. This bug occured at least on firefox for mobile.
This commit is contained in:
parent
40ef0595b7
commit
2c75908461
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
input.value="";
|
||||
input.focus();
|
||||
input.addEventListener("keyup", textChangeHandler);
|
||||
input.addEventListener("blur", textChangeHandler);
|
||||
}
|
||||
function stopEdit () {
|
||||
input.blur();
|
||||
|
|
Loading…
Reference in a new issue