Skip to content

Commit 38de0bc

Browse files
authored
ui: make mode and range part of the query slot invalidation (#5325)
Fixes the issue where changing that would not cause a canvas rerender. Bug: b/497001079
1 parent 9bd7df9 commit 38de0bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/components/tracks/base_counter_track.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,8 @@ export abstract class BaseCounterTrack implements TrackRenderer {
865865
start: bounds.start,
866866
end: bounds.end,
867867
resolution: bounds.resolution,
868+
yMode: options.yMode,
869+
yDisplay: options.yDisplay,
868870
},
869871
queryFn: async (signal) => {
870872
const result = await this.trace.taskTracker.track(

0 commit comments

Comments
 (0)