mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-08-10 16:47:13 +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;
|
type Props = ComponentProps & DispatchProps & StateProps;
|
||||||
|
|
||||||
export class HijackScroll extends React.Component<Props> {
|
export class HijackScroll extends React.Component<Props> {
|
||||||
el: HTMLDivElement | null = undefined;
|
el: HTMLDivElement | null | undefined = undefined;
|
||||||
|
|
||||||
scrollIntoViewIfNeeded(prevFocused?: boolean): void {
|
scrollIntoViewIfNeeded(prevFocused?: boolean): void {
|
||||||
// Check if the element is being hovered over.
|
// Check if the element is being hovered over.
|
||||||
|
|||||||
Reference in New Issue
Block a user