You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
| Code view | The DOM element that contains all the line elements |
56
-
| Line number element | The DOM element that contains the line number label for that line |
57
-
| Code element | The DOM element that contains the code for one line |
58
-
| Diff part | The part of the diff, either base, head or both (if the line didn't change). Each line belongs to one diff part, and therefor to a different commit ID and potentially different file path. |
| Code view | The DOM element that contains all the line elements |
56
+
| Line number element | The DOM element that contains the line number label for that line |
57
+
| Code element | The DOM element that contains the code for one line |
58
+
| Diff part | The part of the diff, either base, head or both (if the line didn't change). Each line belongs to one diff part, and therefor to a different commit ID and potentially different file path. |
59
+
| Hover overlay | Also called tooltip |
60
+
| hoverify | To attach all the listeners needed to a code view so that it will display overlay on hovers and clicks. |
61
+
| unhoverify | To unsubscribe from the Subscription returned by `hoverifier.hoverify()`. Removes all event listeners from the code view again and hides the hover overlay if it was triggered by the unhoverified code view. |
0 commit comments