Skip to content

Commit db173d5

Browse files
committed
Listen for neuroglancer json from main app.
1 parent f1a06c4 commit db173d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ function App(): JSX.Element {
9191
case "send-directory-contents":
9292
setDirectoryData(result)
9393
break
94+
case "send-neuroglancer-json":
9495
case "read-file-response":
9596
// Use fetch to send the contents to the server,
9697
// with the contents as the body of the request

0 commit comments

Comments
 (0)