mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
fix bug 78521
This commit is contained in:
@ -7527,7 +7527,7 @@
|
||||
return "arrow";
|
||||
};
|
||||
EndArrow.prototype.isPresent = function () {
|
||||
return AscFormat.isRealNumber(this.type) && this.type !== LineEndType.None;
|
||||
return AscFormat.isRealNumber(this.type) && this.type !== LineEndType.None && this.type !== LineEndType.vsdxNone;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user