Skip to content

Commit

Permalink
Remove unused TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tyao1 committed Aug 17, 2022
1 parent 7b48468 commit 1364b77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export function showOverlay(
agent: Agent,
hideAfterTimeout: boolean,
) {
// TODO (npm-packages) Detect RN and support it somehow
if (window.document == null) {
if (elements != null && elements[0] != null) {
agent.emit('showNativeHighlight', elements[0]);
Expand Down

0 comments on commit 1364b77

Please sign in to comment.