Hopefully correct a bug where text was not saved. This bug occured at least on firefox for mobile.

This commit is contained in:
Ophir LOJKINE 2013-12-06 22:39:43 +01:00
parent 40ef0595b7
commit 2c75908461

View file

@ -65,6 +65,7 @@
input.value="";
input.focus();
input.addEventListener("keyup", textChangeHandler);
input.addEventListener("blur", textChangeHandler);
}
function stopEdit () {
input.blur();