Skip to content

Commit

Permalink
bugfix: do not clear edit field after editing has begun (should help …
Browse files Browse the repository at this point in the history
…international characters issue #18, thanks @kimwz!)
  • Loading branch information
warpech committed Jun 21, 2012
1 parent 9d2909a commit 3f83389
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jquery.handsontable.js
Expand Up @@ -1488,9 +1488,6 @@
if (useOriginalValue) {
priv.editProxy.val(datamap.get(priv.selStart.row, priv.selStart.col));
}
else {
priv.editProxy.val('');
}

if (priv.editProxy.autoResize) {
priv.editProxy.autoResize({
Expand Down

0 comments on commit 3f83389

Please sign in to comment.