Make sure state is ignored when disabled
parent
ba2355c2ec
commit
9a92a61484
|
@ -672,7 +672,7 @@ H5P.newRunnable = function (library, contentId, $attachTo, skipResize, extras) {
|
|||
extras.subContentId = library.subContentId;
|
||||
}
|
||||
|
||||
if (library.userDatas && library.userDatas.state) {
|
||||
if (library.userDatas && library.userDatas.state && H5PIntegration.saveFreq) {
|
||||
extras.previousState = library.userDatas.state;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue