You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/library_html5.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -524,10 +524,10 @@ var LibraryHTML5 = {
524
524
if(targetThread){
525
525
varmouseEventData=_malloc({{{C_STRUCTS.EmscriptenMouseEvent.__size__}}});// This allocated block is passed as satellite data to the proxied function call, so the call frees up the data block when done.
0 commit comments