mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:31:55 +08:00
Revert "[SSE] Send preview data when import from csv/txt"
This reverts commit 09807c611a.
This commit is contained in:
@ -305,8 +305,7 @@ define([
|
||||
this.handler.call(this, state, {
|
||||
textOptions: options,
|
||||
range: this.txtDestRange ? this.txtDestRange.getValue() : '',
|
||||
data: this.data,
|
||||
preview: this.preview
|
||||
data: this.data
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@ -292,9 +292,7 @@ define([
|
||||
api: me.api,
|
||||
handler: function (result, settings) {
|
||||
if (result == 'ok' && me.api) {
|
||||
setTimeout(function() {
|
||||
me.api.asc_TextToColumns(settings.textOptions, settings.data, settings.range, settings.preview);
|
||||
}, 1);
|
||||
me.api.asc_TextToColumns(settings.textOptions, settings.data, settings.range);
|
||||
}
|
||||
}
|
||||
})).show();
|
||||
|
||||
Reference in New Issue
Block a user