Skip to content

Commit 9cdea93

Browse files
author
nedtwigg
committed
Fix compile error
1 parent 537a6b0 commit 9cdea93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/components/Pond.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ export function Pond({
14911491
// don't overlap — the outgoing pane crushes/fades first, then the new pane
14921492
// reveals from the top-left. If anything restores a pane in the meantime
14931493
// (e.g. door reattach), the delayed spawn becomes a no-op.
1494-
e.api.onDidRemovePanel((removed) => {
1494+
e.api.onDidRemovePanel(() => {
14951495
if (e.api.totalPanels !== 0) return;
14961496
const reduceMotion = typeof window !== 'undefined'
14971497
&& window.matchMedia?.('(prefers-reduced-motion: reduce)').matches;

0 commit comments

Comments
 (0)