We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7581f72 commit f7c1116Copy full SHA for f7c1116
scripts/yySequence.js
@@ -1857,6 +1857,7 @@ function yySequenceBaseTrack(_pStorage) {
1857
{
1858
if(_val instanceof Array)
1859
1860
+ _val.forEach(_track => { _track.m_parent = this; });
1861
this.m_tracks = _val;
1862
}
1863
else
@@ -4058,6 +4059,7 @@ function yySequence(_pStorage) {
4058
4059
4060
4061
4062
4063
4064
4065
0 commit comments