diff --git a/frontend/components/TreeView.js b/frontend/components/TreeView.js index f3a98e5a4a..615f03da83 100644 --- a/frontend/components/TreeView.js +++ b/frontend/components/TreeView.js @@ -35,8 +35,11 @@ export const SimpleOutputBody = ({ mime, body, cell_id, persist_js_state, saniti const More = ({ on_click_more }) => { const [loading, set_loading] = useState(false) + const element_ref = useRef(/** @type {HTMLElement?} */ (null)) + useKeyboardClickable(element_ref) return html`