We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ff1cc commit a41f654Copy full SHA for a41f654
src/frontend/src/CustomEmbeddableRenderer.tsx
@@ -90,7 +90,7 @@ export const renderCustomEmbeddable = (
90
// Track scrolling state
91
let isScrolling = false;
92
93
-export const lockEmbeddables = (appState: AppState) => {
+export const lockEmbeddables = () => {
94
if (!isScrolling) {
95
isScrolling = true;
96
// Set pointer-events to none during scrolling
0 commit comments