Skip to content

Commit dad6980

Browse files
committed
* Rebuild after merge
1 parent 857399a commit dad6980

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SocialCalcModule.js

-1
Original file line numberDiff line numberDiff line change
@@ -8856,7 +8856,6 @@ SocialCalc.EditorOpenCellEdit = function(editor) {
88568856
if (editor.inputBox.element.disabled) return true; // multi-line: ignore
88578857
editor.inputBox.ShowInputBox(true);
88588858
editor.inputBox.Focus();
8859-
editor.state = "inputboxdirect";
88608859
editor.inputBox.SetText("");
88618860
editor.inputBox.DisplayCellContents();
88628861
editor.inputBox.Select("end");

0 commit comments

Comments
 (0)