mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-23 02:41:39 +00:00
Resolved compilation issue by executing npm i
This commit is contained in:
10847
package-lock.json
generated
10847
package-lock.json
generated
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