Skip to content

Commit

Permalink
Ensure filler cells in signal tables (used in Grid View) are removed …
Browse files Browse the repository at this point in the history
…when transitioning to List View.
  • Loading branch information
malloch committed May 22, 2024
1 parent d06b96b commit 9895745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/views/ListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class ListView extends View {
t.hidden = false;
t.showDetail(true);
t.expand = false;
t.filler = false;
t.scrolled = 0;
t.zoomed = 1;
t.update();
Expand Down

0 comments on commit 9895745

Please sign in to comment.