mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix bug 75405
Fix typo
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user