pull/5370/head
filip mertens 3 years ago
parent 66971ce3ff
commit 6602fd61f0
  1. 1
      libs/remix-ui/workspace/src/lib/actions/events.ts

@ -190,6 +190,5 @@ const fileRenamed = async (oldPath: string) => {
}
const rootFolderChanged = async (path) => {
console.log('rootFolderChanged', path)
await dispatch(rootFolderChangedSuccess(path))
}

Loading…
Cancel
Save