|
@@ -259,6 +259,7 @@ class Cell extends Component {
|
|
|
element.addClass("edit");
|
|
|
var i = new Element(longText ? "<textarea>" : "<input>").appendTo(element);
|
|
|
i.keypress(function(e) e.stopPropagation());
|
|
|
+ i.dblclick(function(e) e.stopPropagation());
|
|
|
//if( str != "" && (table.displayMode == Properties || table.displayMode == AllProperties) )
|
|
|
// i.css({ width : Math.ceil(textWidth - 3) + "px" }); -- bug if small text ?
|
|
|
if( longText ) {
|