Skip to content

Commit

Permalink
Attempt to workaround Issuing loading configuration on Safari #582
Browse files Browse the repository at this point in the history
This is NOT a clean solution but I do not know what else to try
  • Loading branch information
EdwardMoyse committed Aug 18, 2023
1 parent 1bfdf9f commit d41eab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/phoenix-event-display/src/helpers/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ export const loadFile = (
reader.readAsText(configFile);
};
inputFile.click();
setTimeout(() => {
console.log('Let us just wait a second');
}, 1000);
};

0 comments on commit d41eab5

Please sign in to comment.