@ -186,7 +186,9 @@ export class NullViewportScroller implements ViewportScroller {
|
||||
/**
|
||||
* Empty implementation
|
||||
*/
|
||||
getScrollPosition(): [number, number] { return [0, 0]; }
|
||||
getScrollPosition(): [number, number] {
|
||||
return [0, 0];
|
||||
}
|
||||
|
||||
/**
|
||||
* Empty implementation
|
||||
|
Reference in New Issue
Block a user