-
Notifications
You must be signed in to change notification settings - Fork 102
feat: Migrate developer hovercard info to Gitee #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Migrate developer hovercard info to Gitee #970
Conversation
| return null; | ||
| }; | ||
|
|
||
| const waitForValidPopover = async (signal: AbortSignal): Promise<HTMLElement | null> => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the signal parameter set when it is not used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
|
Fixed the timer issue and removed unnecessary parameters. @wangyantong2000 |
|
@wangyantong2000 Please review again |
| // if (existingPopover) { | ||
| // resolve(existingPopover as HTMLElement); | ||
| // return; | ||
| // } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're sure you don't need it here, you can delete it. Once ready, you can convert the draft PR to a formal PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok



Brief Information
This pull request is in the type of (more info about types):
Related issues (all available keywords):
Details
Checklist
Others