mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-17 09:59:58 +00:00

MouseWheelEvent is deprecated and was removed with TypeScript 3.2, however, MouseWheelEvent is still aliased to WheelEvent. For more info see https://github.com/Microsoft/TSJS-lib-generator/pull/579 This PR fixes the build with TypeScript 3.2 by checking the object properties.