Skip to content

Commit 6cb05be

Browse files
christianalfoniCompuIves
authored andcommitted
fix preview reload on history changes (codesandbox#3132)
1 parent c3c9adc commit 6cb05be

File tree

1 file changed

+0
-1
lines changed
  • packages/common/src/components/Preview

1 file changed

+0
-1
lines changed

packages/common/src/components/Preview/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ class BasePreview extends React.Component<Props, State> {
515515
commitUrl = (url: string, back: boolean, forward: boolean) => {
516516
this.setState({
517517
urlInAddressBar: url,
518-
url,
519518
back,
520519
forward,
521520
});

0 commit comments

Comments
 (0)