Message: Fix detecting appendix bg color when sending messages
This commit is contained in:
parent
a3ab9759d5
commit
d78052ad2a
@ -23,5 +23,5 @@ export default function getCustomAppendixBg(
|
||||
return requestMediaWorker({
|
||||
name: 'offscreen-canvas:getAppendixColorFromImage',
|
||||
args: [src, isOwn],
|
||||
}, id % MAX_WORKERS);
|
||||
}, Math.round(id) % MAX_WORKERS);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user