Resize the container based on media loads.

This commit is contained in:
Dermot Duffy
2023-09-04 19:31:54 -07:00
parent 1554cb41e8
commit d425457781
5 changed files with 19 additions and 16 deletions
@@ -15,7 +15,6 @@ import {
createTestSlideNodes,
} from '../../test-utils';
// Mock out debouncing (used in the reinit controller).
vi.mock('lodash-es/debounce', () => ({
default: vi.fn((fn) => fn),
}));