fix tracker-tag lint: reword #2893 reference to prose
This commit is contained in:
parent
57c9ff6d6c
commit
123eec80c4
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class HiveJobqGraph extends HTMLElement {
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
// Reconnect-without-detach guard — same hazard <hive-menu>/
|
// Reconnect-without-detach guard — same hazard <hive-menu>/
|
||||||
// <hive-agent-menu> hit when a row cache moves an already-built
|
// <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;
|
if (this._root) return;
|
||||||
this._root = attachShadowCss(this, graphCss);
|
this._root = attachShadowCss(this, graphCss);
|
||||||
this._body = el('div', { class: 'jg-body' });
|
this._body = el('div', { class: 'jg-body' });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue