Skip to content

Commit

Permalink
Add border around dblclick formatted box
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Jun 7, 2024
1 parent f6dd26f commit 700c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function func(rand, opts, op, msg) {
if (opts.dblclickFn === "format") {
e.preventDefault()
JSON.parse(txt)
draw(txt, target)
draw(txt, target, 0, "x" + rand)
} else if (opts.dblclickFn === "atob") {
target.textContent = fns.atob(txt)
}
Expand Down

0 comments on commit 700c031

Please sign in to comment.