🐛 fix navigation problem on IDEView.jsx
This commit is contained in:
parent
862fe1a3ba
commit
229c51238f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ function warnIfUnsavedChanges(props) {
|
|||
props.setUnsavedChanges(false);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
class IDEView extends React.Component {
|
||||
|
|
Loading…
Reference in a new issue