Revisions: Fix initial state of `compareTwoMode`.
Broken since [30131]. fixes #30672. Built from https://develop.svn.wordpress.org/trunk@30831 git-svn-id: http://core.svn.wordpress.org/trunk@30821 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7edc169c7d
commit
e72efb71f0
|
@ -405,7 +405,7 @@ window.wp = window.wp || {};
|
||||||
this.set( {
|
this.set( {
|
||||||
to : this.revisions.get( state.to ),
|
to : this.revisions.get( state.to ),
|
||||||
from : this.revisions.get( state.from ),
|
from : this.revisions.get( state.from ),
|
||||||
compareTwoMode : this.revisions.get( state.compareTwoMode )
|
compareTwoMode : state.compareTwoMode
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Start the router if browser supports History API
|
// Start the router if browser supports History API
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue