🐛 fix navigation problem on IDEView.jsx

This commit is contained in:
ghalestrilo 2020-08-03 14:35:28 -03:00
parent 862fe1a3ba
commit 229c51238f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function warnIfUnsavedChanges(props) {
props.setUnsavedChanges(false);
return true;
}
return false;
return true;
}
class IDEView extends React.Component {