changeset 536:f65748b33bd1 bgo-commands-codegen

Merged dev branch
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 19 Mar 2019 09:21:48 +0100
parents 79bb0a02d1cc (current diff) 1c5104a6f7e4 (diff)
children d785ee57bd95 04be288c4f6c
files Platforms/Wasm/wasm-application-runner.ts
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
   });