Skip to content

Commit 94fbc45

Browse files
committed
fix(vega-lite): Improve test util types for test keys
1 parent c192886 commit 94fbc45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-runtime/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ export function clearRegion(idx: number | {
326326
}
327327

328328
export function multiviewRegion(key: keyof typeof hits.region, idx: number, parent?: string, targetBrush?: boolean) {
329-
// TODO: region clearing will need to support object intake
330329
return key.match('_clear')
331330
? clearRegion(hits.region[key][idx], parent, targetBrush)
332331
: circleRegion(hits.region[key][idx], parent, targetBrush, 10);

0 commit comments

Comments
 (0)