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 246e39c commit bb71c90Copy full SHA for bb71c90
src/frontend/src/CustomEmbeddableRenderer.tsx
@@ -106,4 +106,4 @@ const debouncedScrollEnd = debounce(() => {
106
isScrolling = false;
107
// Set pointer-events back to all when not scrolling
108
document.documentElement.style.setProperty('--embeddable-pointer-events', 'all');
109
-}, 150); // 150ms debounce seems reasonable, but can be adjusted as needed
+}, 500); // 150ms debounce seems reasonable, but can be adjusted as needed
0 commit comments