Skip to content

Commit

Permalink
We don't need to set the current path
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Feb 23, 2024
1 parent 68780f4 commit c1f2ddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/edit-site/src/components/global-styles/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ function GlobalStylesEditorCanvasContainerLink() {
*/
if ( isRevisionsOpen ) {
goTo( '/' );
} else {
goTo( path );
}
break;
default:
Expand Down

0 comments on commit c1f2ddb

Please sign in to comment.