We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a06c4 commit db173d5Copy full SHA for db173d5
src/App/index.tsx
@@ -91,6 +91,7 @@ function App(): JSX.Element {
91
case "send-directory-contents":
92
setDirectoryData(result)
93
break
94
+ case "send-neuroglancer-json":
95
case "read-file-response":
96
// Use fetch to send the contents to the server,
97
// with the contents as the body of the request
0 commit comments