Skip to content

Commit

Permalink
[bug] fix bug 68802
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLuzyanin committed Jun 26, 2024
1 parent 02478b5 commit 808b7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/Drawings/Format/Shape.js
Original file line number Diff line number Diff line change
Expand Up @@ -3159,7 +3159,8 @@
|| phldrType == AscFormat.phType_media) {
return true;
}
if (phldrType == AscFormat.phType_pic) {
if (phldrType == AscFormat.phType_pic
|| phldrType == AscFormat.phType_tbl) {
var _b_empty_text = true;
if (this.txBody) {
if (this.txBody.content) {
Expand Down

0 comments on commit 808b7b0

Please sign in to comment.