Commit 4ced01c4 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33560

parent 6ae5c8e5
......@@ -2093,7 +2093,9 @@ var editor;
};
spreadsheet_api.prototype.asc_closeCellEditor = function() {
this.wb.closeCellEditor();
if(this.wb){
this.wb.closeCellEditor();
}
};
......
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