mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-20 20:00:45 +03:00
add angular component
This commit is contained in:
@@ -203,7 +203,7 @@ describe('OverlayScrollbarsComponent', () => {
|
||||
expect(onUpdatedInitial).toHaveBeenCalledTimes(2);
|
||||
expect(onUpdated).toHaveBeenCalledTimes(2);
|
||||
|
||||
// unregister works with `[]`, `null` or `undefined`
|
||||
// unregister with `[]`, `null` or `undefined`
|
||||
rerender(<OverlayScrollbarsComponent events={{ updated: null }} ref={ref} />);
|
||||
|
||||
instance.update(true);
|
||||
|
||||
Reference in New Issue
Block a user