fix: resolved `remix.exeCurrent()` error

pull/1342/head
davidzagi93@gmail.com 3 years ago
parent 0ea1da2331
commit f91f07611d
  1. 5
      libs/remix-ui/terminal/src/lib/remix-ui-terminal.tsx

@ -1339,6 +1339,11 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
) )
/* end of autoComplete */ /* end of autoComplete */
const handlePaste = () => {
setPaste(true)
setAutoCompleteState(prevState => ({ ...prevState, activeSuggestion: 0, showSuggestions: false}))
}
return ( return (
<div style={{ height: '323px', flexGrow: 1 }} className='panel'> <div style={{ height: '323px', flexGrow: 1 }} className='panel'>
{console.log({ newstate })} {console.log({ newstate })}

Loading…
Cancel
Save