Fix bug 75405

Fix typo
This commit is contained in:
Vladimir Privezenov
2025-11-11 18:34:24 +03:00
parent 85e5f2f8cc
commit 39c502459a

View File

@ -1190,7 +1190,7 @@
return null;
};
CTimeNodeBase.prototype.isInterractiveSeq = function () {
if (this.getObectType() !== AscDFH.historyitem_type_Seq) {
if (this.getObjectType() !== AscDFH.historyitem_type_Seq) {
return false;
}
return this.getNodeType() === AscFormat.NODE_TYPE_INTERACTIVESEQ;