Show trimmed filename

pull/756/head
ioedeveloper 4 years ago
parent fc2e65a682
commit c2c45388d4
  1. 1
      libs/remix-ui/file-explorer/src/lib/file-explorer.tsx

@ -712,6 +712,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
}
} else {
if (state.focusEdit.lastEdit === content) {
editRef.current.textContent = content
return setState(prevState => {
return { ...prevState, focusEdit: { element: null, isNew: false, type: '', lastEdit: '' } }
})

Loading…
Cancel
Save