# HG changeset patch # User Benjamin Golinvaux # Date 1552983708 -3600 # Node ID f65748b33bd1a45e72b55299efd7c91cbe161570 # Parent 79bb0a02d1ccb38839794c9e63430b0845304aca# Parent 1c5104a6f7e430f61b42ec1f6b8ae41105770b3c Merged dev branch diff -r 79bb0a02d1cc -r f65748b33bd1 Platforms/Wasm/wasm-application-runner.ts --- a/Platforms/Wasm/wasm-application-runner.ts Tue Mar 19 09:13:57 2019 +0100 +++ b/Platforms/Wasm/wasm-application-runner.ts Tue Mar 19 09:21:48 2019 +0100 @@ -107,7 +107,7 @@ // Prevent scrolling document.body.addEventListener('touchmove', function (event) { event.preventDefault(); - }, false); + }, { passive: false}); _InitializeWasmApplication(orthancBaseUrl); });