Commit 9cc1b482 authored by dmitry.shahtanov's avatar dmitry.shahtanov Committed by Alexander.Trofimov

2 -> c_oAscNumFormatType.Text

parent 3bcc6996
"use strict"; "use strict";
/* CellEditorView.js /* CellEditorView.js
* *
...@@ -794,7 +794,7 @@ ...@@ -794,7 +794,7 @@
wsOPEN = this.handlers.trigger( "getCellFormulaEnterWSOpen" ), wsOPEN = this.handlers.trigger( "getCellFormulaEnterWSOpen" ),
ws = wsOPEN ? wsOPEN.model : this.handlers.trigger( "getActiveWS" ); ws = wsOPEN ? wsOPEN.model : this.handlers.trigger( "getActiveWS" );
if ( s.length < 1 || s.charAt( 0 ) !== "=" || this.options.cellNumFormat == 2 ) { if ( s.length < 1 || s.charAt( 0 ) !== "=" || this.options.cellNumFormat == c_oAscNumFormatType.Text ) {
return ret; return ret;
} }
......
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