Revisions: Fix initial state of compareTwoMode
.
Broken since [30131]. fixes #30672. git-svn-id: https://develop.svn.wordpress.org/trunk@30831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d8f6e64596
commit
163c32126f
@ -405,7 +405,7 @@ window.wp = window.wp || {};
|
||||
this.set( {
|
||||
to : this.revisions.get( state.to ),
|
||||
from : this.revisions.get( state.from ),
|
||||
compareTwoMode : this.revisions.get( state.compareTwoMode )
|
||||
compareTwoMode : state.compareTwoMode
|
||||
} );
|
||||
|
||||
// Start the router if browser supports History API
|
||||
|
Loading…
Reference in New Issue
Block a user