Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15017 from SietseB/fix-reload-window
Browse files Browse the repository at this point in the history
Fix for: `Reload With(out) Extensions` not working
  • Loading branch information
narayani28 committed Feb 12, 2020
2 parents 5f40608 + f517012 commit 3f54a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/document/DocumentCommandHandlers.js
Expand Up @@ -1665,6 +1665,8 @@ define(function (require, exports, module) {
// In case of an error
_socket.onerror = result.reject;
});
} else {
result.reject();
}
});
}
Expand Down

0 comments on commit 3f54a7a

Please sign in to comment.