Skip to content

Commit 534a296

Browse files
committed
merge conflicts
2 parents c7b6b3b + f167d73 commit 534a296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sidebar/services/frame-sync.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export function formatAnnot(ann) {
2020
h = (Math.imul(31, h) + s.charCodeAt(i)) | 0;
2121
}
2222
return `hsl(${Math.abs(h) % 360}, 100%, 85%)`;
23-
// return `#${Math.abs(h).toString(16).padStart(6, '0').substr(0, 6)}`;
2423
}
2524
return {
2625
tag: ann.$tag,

0 commit comments

Comments
 (0)