Commit 47edb2ef authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] use asc_getCellInfo().asc_getFormatTableInfo() instead of...

[SSE] use asc_getCellInfo().asc_getFormatTableInfo() instead of asc_getAddFormatTableOptions to check if a table is selected.
parent f9613e3a
......@@ -2159,7 +2159,7 @@ define([
var me = this;
if (me.api.isRangeSelection !== true) {
if (me.api.asc_getAddFormatTableOptions() != false) {
if (!me.api.asc_getCellInfo().asc_getFormatTableInfo()) {
var handlerDlg = function(dlg, result) {
if (result == 'ok') {
me._state.filter = undefined;
......
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