Merge pull request #1617 from ONLYOFFICE/fix/bugfix

[PE] Refactoring
This commit is contained in:
Julia Radzhabova 2022-03-05 14:28:26 +03:00 committed by GitHub
commit 79593595b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -546,11 +546,11 @@ define([
this.lockToolbar(PE.enumLock.noMoveAnimationLater, this._state.noMoveAnimationLater);
if (this._state.noMoveAnimationEarlier != undefined)
this.lockToolbar(PE.enumLock.noMoveAnimationEarlier, this._state.noMoveAnimationEarlier);
if (PE.enumLock.noAnimationPreview != undefined)
if (this._state.noAnimationPreview != undefined)
this.lockToolbar(PE.enumLock.noAnimationPreview, this._state.noAnimationPreview);
if (PE.enumLock.noAnimationRepeat != undefined)
if (this._state.noAnimationRepeat != undefined)
this.lockToolbar(PE.enumLock.noAnimationRepeat, this._state.noAnimationRepeat);
if (PE.enumLock.noAnimationDuration != undefined)
if (this._state.noAnimationDuration != undefined)
this.lockToolbar(PE.enumLock.noAnimationDuration, this._state.noAnimationDuration);
}