Skip to content

Commit

Permalink
Listen for neuroglancer json from main app.
Browse files Browse the repository at this point in the history
  • Loading branch information
We-Gold committed Aug 8, 2024
1 parent f1a06c4 commit db173d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function App(): JSX.Element {
case "send-directory-contents":
setDirectoryData(result)
break
case "send-neuroglancer-json":
case "read-file-response":
// Use fetch to send the contents to the server,
// with the contents as the body of the request
Expand Down

0 comments on commit db173d5

Please sign in to comment.