Skip to content

Commit

Permalink
#122 oops: the wid is part of the message
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 27, 2022
1 parent 391639c commit 1cc110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/js/OffscreenDecodeWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ onmessage = function (e) {
}
break
case 'redraw':
wd = offscreen_canvas.get(wid);
wd = offscreen_canvas.get(data.wid);
if (wd) {
wd.redraw();
}
Expand Down

0 comments on commit 1cc110c

Please sign in to comment.