Fix readOnly mode in spreadsheets
parent
4fee896b5d
commit
d3939e87b2
|
@ -110,7 +110,7 @@ define([
|
|||
window.frames[0].editor.asc_setViewMode(!state);
|
||||
//window.frames[0].editor.setViewModeDisconnect(true);
|
||||
} catch (e) {}
|
||||
if (!state) {
|
||||
if (!state && !readOnly) {
|
||||
$('#cp-app-oo-editor').append(h('div#cp-app-oo-offline'));
|
||||
}
|
||||
debug(state);
|
||||
|
|
Loading…
Reference in New Issue