Release Notes for v34.3.1
Fixes
- Fixed an issue where
contextmenu
events wouldn't be correctly dispatched in draggable regions on Linux. #45840 (Also in 35) - Fixed an issue where
setContentProtection(true)
was reverted when a given window was hidden. #45890 (Also in 35) - Fixed invalid memory access in pdf viewer which lead to random crashes. #45880 (Also in 35)
Other Changes
- Fixed an issue where native Node.js addons including
uv.h
beforenode.h
don't compile as expected. #45870