Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
74b85ce5
Unverified
Commit
74b85ce5
authored
Feb 02, 2021
by
David Disu
Committed by
GitHub
Feb 02, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #827 from ethereum/bump-remixd
Bump remixd version and fixed file creation error for localhost
parents
a609efc3
aabed16b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
file-explorer.tsx
libs/remix-ui/file-explorer/src/lib/file-explorer.tsx
+1
-1
package.json
libs/remixd/package.json
+1
-1
No files found.
libs/remix-ui/file-explorer/src/lib/file-explorer.tsx
View file @
74b85ce5
...
@@ -217,7 +217,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
...
@@ -217,7 +217,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
},
[
state
.
modals
])
},
[
state
.
modals
])
const
resolveDirectory
=
async
(
folderPath
,
dir
:
File
[],
isChild
=
false
):
Promise
<
File
[]
>
=>
{
const
resolveDirectory
=
async
(
folderPath
,
dir
:
File
[],
isChild
=
false
):
Promise
<
File
[]
>
=>
{
if
(
!
isChild
&&
(
state
.
focusEdit
.
element
===
'browser/blank'
)
&&
state
.
focusEdit
.
isNew
&&
(
dir
.
findIndex
(({
path
})
=>
path
===
'browser/blank'
)
===
-
1
))
{
if
(
!
isChild
&&
(
state
.
focusEdit
.
element
===
`
${
name
}
/blank`
)
&&
state
.
focusEdit
.
isNew
&&
(
dir
.
findIndex
(({
path
})
=>
path
===
`
${
name
}
/blank`
)
===
-
1
))
{
dir
=
state
.
focusEdit
.
type
===
'file'
?
[...
dir
,
{
dir
=
state
.
focusEdit
.
type
===
'file'
?
[...
dir
,
{
path
:
state
.
focusEdit
.
element
,
path
:
state
.
focusEdit
.
element
,
name
:
''
,
name
:
''
,
...
...
libs/remixd/package.json
View file @
74b85ce5
{
{
"name"
:
"@remix-project/remixd"
,
"name"
:
"@remix-project/remixd"
,
"version"
:
"0.
2.4-alpha.1
"
,
"version"
:
"0.
3.0
"
,
"description"
:
"remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)"
,
"description"
:
"remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"types"
:
"./index.d.ts"
,
"types"
:
"./index.d.ts"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment