Skip to content

Commit 700c031

Browse files
committed
Add border around dblclick formatted box
1 parent f6dd26f commit 700c031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function func(rand, opts, op, msg) {
260260
if (opts.dblclickFn === "format") {
261261
e.preventDefault()
262262
JSON.parse(txt)
263-
draw(txt, target)
263+
draw(txt, target, 0, "x" + rand)
264264
} else if (opts.dblclickFn === "atob") {
265265
target.textContent = fns.atob(txt)
266266
}

0 commit comments

Comments
 (0)