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
4d6d45bd
Commit
4d6d45bd
authored
Mar 19, 2018
by
yann300
Committed by
GitHub
Mar 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #735 from ethereum/clearSourceLocationCache
Clear source location cache
parents
62cf06d0
da4ba210
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
package.json
remix-debugger/package.json
+1
-1
DropdownPanel.js
remix-debugger/src/ui/DropdownPanel.js
+5
-1
No files found.
remix-debugger/package.json
View file @
4d6d45bd
{
"name"
:
"remix-debugger"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
remix-debugger/src/ui/DropdownPanel.js
View file @
4d6d45bd
...
...
@@ -19,6 +19,10 @@ var css = csjs`
.name {
font-weight: bold;
}
.nameDetail {
font-weight: bold;
margin-left: 3px;
}
.icon {
color:
${
styles
.
rightPanel
.
debuggerTab
.
button_Debugger_icon_Color
}
;
margin-right: 5%;
...
...
@@ -131,7 +135,7 @@ DropdownPanel.prototype.render = function (overridestyle) {
</style>
<div class="
${
css
.
title
}
title">
<div class="
${
css
.
icon
}
fa fa-caret-right" onclick=
${
function
()
{
self
.
toggle
()
}
} ></div>
<div class="
${
css
.
name
}
" onclick=
${
function
()
{
self
.
toggle
()
}
} >
${
this
.
name
}
</div><span onclick=
${
function
()
{
self
.
toggle
()
}
} ></span>
<div class="
${
css
.
name
}
" onclick=
${
function
()
{
self
.
toggle
()
}
} >
${
this
.
name
}
</div><span
class="
${
css
.
nameDetail
}
"
onclick=
${
function
()
{
self
.
toggle
()
}
} ></span>
<div onclick=
${
function
()
{
self
.
copyClipboard
()
}
} title='raw' class="
${
css
.
eyeButton
}
btn fa fa-clipboard"></div>
</div>
<div class='dropdownpanel' style='display:none'>
...
...
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