We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1b938 commit 08bcb00Copy full SHA for 08bcb00
src/vitessce/widget.py
@@ -244,7 +244,7 @@ def get_uid_str(uid):
244
signal: AbortSignal.timeout(invokeTimeout),
245
});
246
if (!data.success) return undefined;
247
-
+
248
if (key.includes("spatialdata_attrs") && key.endsWith("0") && !ArrayBuffer.isView(buffers[0].buffer)) {
249
// For some reason, the Zarrita.js UnicodeStringArray does not seem to work with
250
// ArrayBuffers (throws a TypeError), so here we convert to Uint8Array if needed.
0 commit comments