We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640391d commit 8327ed0Copy full SHA for 8327ed0
src/neuroglancer/sliceview/chunked_graph/frontend.ts
@@ -115,7 +115,7 @@ export class ChunkedGraphLayer extends GenericSliceViewRenderLayer {
115
}
116
117
const promise = authFetch(
118
- `${url}/node/${String(selection.segmentId)}/root?stop_layer=6&int64_as_str=1${timestamp ? `×tamp=${timestamp}` : ``}`,
+ `${url}/node/${String(selection.segmentId)}/root?&int64_as_str=1${timestamp ? `×tamp=${timestamp}` : ``}`,
119
{}, responseIdentity, undefined, false);
120
121
const response = await this.withErrorMessage(promise, {
0 commit comments