pull/276/head
Mikael Finstad 6 years ago
parent 6906b69996
commit da32b097ee

@ -785,7 +785,7 @@ const App = memo(() => {
function closeFile() {
// eslint-disable-next-line no-alert
if (!window.confirm('Are you sure you want to replace the current file? You will lose all work')) return;
if (!window.confirm('Are you sure you want to close the current file? You will lose all work')) return;
resetState();
}

Loading…
Cancel
Save