From 43f16fd2f899a5e28c30c4dc854f70d7d56e15e1 Mon Sep 17 00:00:00 2001 From: David Huynh Date: Tue, 28 Sep 2010 04:41:05 +0000 Subject: [PATCH] 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 --- main/webapp/modules/core/scripts/views/data-table/cell-ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js index 42ba7c26e..816e2430a 100644 --- a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js +++ b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js @@ -427,13 +427,13 @@ DataTableCellUI.prototype._startEdit = function(elmt) { } else { Refine.postCoreProcess( "edit-one-cell", + {}, { row: self._rowIndex, cell: self._cellIndex, value: value, type: type - }, - null, + }, {}, { onDone: function(o) {