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
958ecca3
Unverified
Commit
958ecca3
authored
Apr 22, 2020
by
yann300
Committed by
GitHub
Apr 22, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2764 from ethereum/yann300-patch-8
Don't wait for the toaster to hide for continuing
parents
65a30f3a
b6e9ca1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fileManager.js
src/app/files/fileManager.js
+2
-2
No files found.
src/app/files/fileManager.js
View file @
958ecca3
...
...
@@ -154,7 +154,7 @@ class FileManager extends Plugin {
if
(
canCall
)
{
this
.
_setFileInternal
(
path
,
content
)
// inform the user about modification after permission is granted and even if permission was saved before
await
toaster
(
yo
`
toaster
(
yo
`
<div>
<i class="fas fa-exclamation-triangle text-danger mr-1"></i>
<span>
...
...
@@ -164,7 +164,7 @@ class FileManager extends Plugin {
</span>
${
path
}
</span>
</div>
`
,
''
,
{
time
:
5
000
})
`
,
''
,
{
time
:
3
000
})
}
}
this
.
_setFileInternal
(
path
,
content
)
...
...
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