mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-09 05:57:26 +01:00
Resolved compilation issue by executing npm i
This commit is contained in:
Generated
+6448
-4399
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,7 @@ interface DispatchProps {
|
||||
type Props = ComponentProps & DispatchProps & StateProps;
|
||||
|
||||
export class HijackScroll extends React.Component<Props> {
|
||||
el: HTMLDivElement | null = undefined;
|
||||
el: HTMLDivElement | null | undefined = undefined;
|
||||
|
||||
scrollIntoViewIfNeeded(prevFocused?: boolean): void {
|
||||
// Check if the element is being hovered over.
|
||||
|
||||
Reference in New Issue
Block a user