Skip to content

Commit

Permalink
fix autoCopy's type
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Jun 12, 2024
1 parent 3b7bead commit 125844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/request_handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ set_reqH_([
} satisfies KnownOptions<kBgCmd.copyWindowInfo> & { url: null }))
set_cPort(port)
set_cRepeat(1)
executeCommand(makeCommand_("copyWindowInfo", opts), 1, cKey, port, 1
executeCommand(makeCommand_("copyCurrentUrl", opts), 1, cKey, port, 1
, oriOptions.$f && {c: oriOptions.$f, r: oriOptions.$retry, u: 0, w: 0 })
return
}
Expand Down

0 comments on commit 125844f

Please sign in to comment.