make ESC work when editing text list cells
This commit is contained in:
parent
7ac16acbf1
commit
687db7d957
1 changed files with 1 additions and 0 deletions
|
@ -829,6 +829,7 @@ Ox.TextList = function(options, self) {
|
||||||
width: width
|
width: width
|
||||||
})
|
})
|
||||||
.bind({
|
.bind({
|
||||||
|
blur: submit,
|
||||||
mousedown: function(e) {
|
mousedown: function(e) {
|
||||||
// keep mousedown from reaching list
|
// keep mousedown from reaching list
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
Loading…
Reference in a new issue