flattentree
filip mertens 11 months ago
parent 04e17c7578
commit 09e394fda7
  1. 2
      libs/remix-ui/workspace/src/lib/components/file-explorer.tsx

@ -347,7 +347,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
const handleTreeClick = (event: SyntheticEvent) => {
event.stopPropagation()
console.log('tree click', event.target)
//console.log('tree click', event.target)
let target = event.target as HTMLElement

Loading…
Cancel
Save