-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Browser extension: code intelligence on diffs does not work #605
Comments
cc @chrismwendt (looks like the line above was written by you) |
I committed and @ijsnow authored it. I'm guessing the particular |
The DOM could have changed. I'm working on other high priority issues right now. This is probably a simple change. If I were to start debugging, I'd log the built selector and the parent we're looking for the link in then try to find something that looks like it. |
This breaks diffs when there's a newly added file, since the blue border on the top is considered a row, but |
@attfarhan When you saw this issue, did you have the |
@sqs yeah the feature flag is enabled when I run into this error, without it enabled it works |
It's not directly an extensions bug though. It's a bug in GitHub's |
Steps to reproduce:
It appears there is an issue w this line now:
https://sourcegraph.com/github.com/sourcegraph/browser-extensions/-/blob/src/libs/github/dom_functions.ts#L207:22
Expected behavior:
Hovers work.
Actual behavior:
Hovers don't appear.
The text was updated successfully, but these errors were encountered: