This commit is contained in:
rebornix 2021-08-04 19:49:05 -07:00
parent edee5caf4f
commit cbdb18da38

View file

@ -264,6 +264,7 @@ async function webviewPreloads(style: PreloadStyles, options: PreloadOptions, re
deltaY: event.deltaY,
deltaZ: event.deltaZ,
detail: event.detail,
shiftKey: event.shiftKey,
type: event.type
}
});