Commit c631f60d authored by Alexander.Trofimov's avatar Alexander.Trofimov

add underline style to composite input

parent 42c2a9a3
This diff is collapsed.
......@@ -503,11 +503,12 @@
}
};
this.Api.Begin_CompositeInput = function () {
self.cellEditor.Begin_CompositeInput();
if (!self.isCellEditMode) {
self._onEditCell(false, true, undefined, true, function () {
self.cellEditor.Begin_CompositeInput();
});
} else {
self.cellEditor.Begin_CompositeInput();
}
};
this.Api.Replace_CompositeText = function (arrCharCodes) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment