We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7b6b3b + f167d73 commit 534a296Copy full SHA for 534a296
src/sidebar/services/frame-sync.js
@@ -20,7 +20,6 @@ export function formatAnnot(ann) {
20
h = (Math.imul(31, h) + s.charCodeAt(i)) | 0;
21
}
22
return `hsl(${Math.abs(h) % 360}, 100%, 85%)`;
23
- // return `#${Math.abs(h).toString(16).padStart(6, '0').substr(0, 6)}`;
24
25
return {
26
tag: ann.$tag,
0 commit comments