diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-05 17:27:51 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-05 17:27:51 +0300 |
| commit | 60f8d3d0589cc7fda88d933dc132bd85df35203c (patch) | |
| tree | dda59b03792e242a5a642e8a2f973108c93b435b /src/client/view | |
| parent | 9f43cbd20813c563a8d9c0808566f94582b13e5a (diff) | |
client/view/item_info: allow enters in textarea. fix #533
Diffstat (limited to 'src/client/view')
| -rw-r--r-- | src/client/view/item_info.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/view/item_info.js b/src/client/view/item_info.js index ea43ff65..b7b099d6 100644 --- a/src/client/view/item_info.js +++ b/src/client/view/item_info.js @@ -157,11 +157,6 @@ function setup_click_handlers() return; } setup_done = true; - form_element.on('keydown', function (e) { - if (e.which == consts.VK_ENTER) { - e.preventDefault(); - } - }); $('#edit-dialog__save').on('click', function (e) { e.preventDefault(); commit(); |
