Fixed Issue 135: Hangs when setting cell value to large JSON string
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1374 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
e587614c22
commit
43f16fd2f8
@ -427,13 +427,13 @@ DataTableCellUI.prototype._startEdit = function(elmt) {
|
|||||||
} else {
|
} else {
|
||||||
Refine.postCoreProcess(
|
Refine.postCoreProcess(
|
||||||
"edit-one-cell",
|
"edit-one-cell",
|
||||||
|
{},
|
||||||
{
|
{
|
||||||
row: self._rowIndex,
|
row: self._rowIndex,
|
||||||
cell: self._cellIndex,
|
cell: self._cellIndex,
|
||||||
value: value,
|
value: value,
|
||||||
type: type
|
type: type
|
||||||
},
|
},
|
||||||
null,
|
|
||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
onDone: function(o) {
|
onDone: function(o) {
|
||||||
|
Loading…
Reference in New Issue
Block a user