Skip to content

Commit

Permalink
Update comment about moving the call to _refresh().
Browse files Browse the repository at this point in the history
it is a race between two bugs to see which will get fixed first!

Issues #130, #150.

␄
  • Loading branch information
Mike Castle committed Oct 8, 2023
1 parent 9de38f8 commit 0f7bc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin-tool.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@
const element = await otmot(what, how);
this._onClickElement = element;
this._onClickElement.addEventListener('click', this._onClick);
// TODO(#46, #130): Find a better place for this.
// TODO(#130, #150): Move to activate() if not removed first.
this._refresh();
}
}
Expand Down

0 comments on commit 0f7bc1e

Please sign in to comment.