We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537a6b0 commit 9cdea93Copy full SHA for 9cdea93
1 file changed
lib/src/components/Pond.tsx
@@ -1491,7 +1491,7 @@ export function Pond({
1491
// don't overlap — the outgoing pane crushes/fades first, then the new pane
1492
// reveals from the top-left. If anything restores a pane in the meantime
1493
// (e.g. door reattach), the delayed spawn becomes a no-op.
1494
- e.api.onDidRemovePanel((removed) => {
+ e.api.onDidRemovePanel(() => {
1495
if (e.api.totalPanels !== 0) return;
1496
const reduceMotion = typeof window !== 'undefined'
1497
&& window.matchMedia?.('(prefers-reduced-motion: reduce)').matches;
0 commit comments