Skip to content

Commit bc45410

Browse files
awy3justinjung04
authored andcommitted
[bugfix] Fix for server URL (#266)
1 parent 16a249b commit bc45410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/setupLoadAnnotationsFromServer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default store => {
1515

1616
if (window.readerControl.serverFailed) {
1717
callback(originalData);
18+
return;
1819
} else if (window.readerControl.loadedFromServer) {
1920
callback('');
2021
return;

0 commit comments

Comments
 (0)