From 13f8ab327e45666ddf56575c33bf9a4f1e7af9c7 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Wed, 4 Oct 2023 11:41:07 -0700 Subject: [PATCH] Fix issue where deck.gl blocks wheel scroll over non-interactive area (#8161) --- modules/core/src/controllers/controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/controllers/controller.ts b/modules/core/src/controllers/controller.ts index f1d75f7e55d..a01328f610a 100644 --- a/modules/core/src/controllers/controller.ts +++ b/modules/core/src/controllers/controller.ts @@ -532,12 +532,12 @@ export default abstract class Controller