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

Fix for: Reload With(out) Extensions not working #15017

Merged
merged 1 commit into from Feb 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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