@@ -31,11 +31,11 @@ import type { CustomEventType } from '../../../shared/components/element';
3131import { ipcContext } from '../../../shared/contexts/ipc' ;
3232import type { TelemetryContext } from '../../../shared/contexts/telemetry' ;
3333import { telemetryContext } from '../../../shared/contexts/telemetry' ;
34+ import type { GlGraphHover } from '../../graph/hover/graphHover' ;
3435import { stateContext } from '../context' ;
35- import type { GlGraphHover } from '../hover/graphHover' ;
3636import { graphStateContext } from '../stateProvider' ;
3737import { GraphWrapperReact } from './graph-wrapper.react' ;
38- import '../hover/graphHover' ;
38+ import '../../graph/ hover/graphHover' ;
3939
4040const WebGraph = r2wc ( GraphWrapperReact , {
4141 props : {
@@ -263,7 +263,7 @@ export class GLGraphWrapper extends SignalWatcher(LitElement) {
263263
264264 private ref ?: GraphContainer ;
265265
266- @query ( 'gl-graph-hover-next #commit-hover' )
266+ @query ( 'gl-graph-hover#commit-hover' )
267267 private readonly graphHover ! : GlGraphHover ;
268268
269269 resetHover ( ) {
@@ -275,7 +275,7 @@ export class GLGraphWrapper extends SignalWatcher(LitElement) {
275275 }
276276
277277 override render ( ) {
278- return html `< gl-graph-hover-next id ="commit-hover " distance =${ 0 } skidding =${ 15 } > </ gl-graph-hover-next
278+ return html `< gl-graph-hover id ="commit-hover " distance =${ 0 } skidding =${ 15 } > </ gl-graph-hover
279279 > < web-graph
280280 nonce =${ ifDefined ( this . hostState . nonce ) }
281281 activeRow =${ ifDefined ( this . graphAppState . activeRow ) }
0 commit comments