aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.js b/src/app.js
index 54fba0c71..c92d044e6 100644
--- a/src/app.js
+++ b/src/app.js
@@ -53,8 +53,8 @@ window.addEventListener('load', () => {
53// TODO: send this request to the recipe.js 53// TODO: send this request to the recipe.js
54window.addEventListener('mouseup', e => { 54window.addEventListener('mouseup', e => {
55 if (e.button === 3 || e.button === 4) { 55 if (e.button === 3 || e.button === 4) {
56 e.preventDefault() 56 e.preventDefault();
57 e.stopPropagation() 57 e.stopPropagation();
58 } 58 }
59}); 59});
60 60