Skip to content

Commit a41f654

Browse files
committed
fix: simplify lockEmbeddables function signature
1 parent f3ff1cc commit a41f654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/CustomEmbeddableRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const renderCustomEmbeddable = (
9090
// Track scrolling state
9191
let isScrolling = false;
9292

93-
export const lockEmbeddables = (appState: AppState) => {
93+
export const lockEmbeddables = () => {
9494
if (!isScrolling) {
9595
isScrolling = true;
9696
// Set pointer-events to none during scrolling

0 commit comments

Comments
 (0)