Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit b6f4aa3

Browse files
committed
fix(packages/core): onclicks in sidecar tables result in odd behavior
Fixes #3571
1 parent 31a96f5 commit b6f4aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/webapp/bottom-stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const _addModeButton = (
305305
dom2.classList.add('result-as-table', 'repl-result')
306306
dom1.appendChild(dom2)
307307
const { formatTable } = await import('./views/table')
308-
formatTable(tab, view, dom2, { usePip: true })
308+
formatTable(tab, view, dom2)
309309
const { insertCustomContent } = await import('./views/sidecar')
310310
insertCustomContent(tab, dom1)
311311
}

0 commit comments

Comments
 (0)