fix tracker-tag lint: reword #2893 reference to prose

This commit is contained in:
iris 2026-08-03 01:11:34 +02:00 committed by mara
commit 123eec80c4

View file

@ -97,7 +97,7 @@ class HiveJobqGraph extends HTMLElement {
connectedCallback() {
// Reconnect-without-detach guard — same hazard <hive-menu>/
// <hive-agent-menu> hit when a row cache moves an already-built
// element without a real detach (see #2893).
// element without a real detach.
if (this._root) return;
this._root = attachShadowCss(this, graphCss);
this._body = el('div', { class: 'jg-body' });