Merge pull request #523 from ONLYOFFICE/fix/bug-46835

[PE] Bug 46835
This commit is contained in:
Julia Radzhabova 2020-10-09 12:58:03 +03:00 committed by GitHub
commit bf932ea567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -686,7 +686,7 @@ define([
shape_locked = pr.get_Locked(); shape_locked = pr.get_Locked();
no_object = false; no_object = false;
if (type == Asc.c_oAscTypeSelectElement.Table || if (type == Asc.c_oAscTypeSelectElement.Table ||
type == Asc.c_oAscTypeSelectElement.Shape && !pr.get_FromImage() && !pr.get_FromChart()) { type == Asc.c_oAscTypeSelectElement.Shape && !pr.get_FromImage()) {
no_text = false; no_text = false;
} }
in_chart = type == Asc.c_oAscTypeSelectElement.Chart; in_chart = type == Asc.c_oAscTypeSelectElement.Chart;