pull/2035/head
filip mertens 3 years ago
parent 8c85765f8c
commit 2acfa6ac3f
  1. 1
      libs/remix-ui/workspace/src/lib/actions/events.ts

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

Loading…
Cancel
Save