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
bdfa3df4
Unverified
Commit
bdfa3df4
authored
Jan 22, 2021
by
yann300
Committed by
GitHub
Jan 22, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #767 from ethereum/fixhighlights
fix highlights of tab
parents
9c72cea3
408b8807
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
side-panel.js
apps/remix-ide/src/app/components/side-panel.js
+1
-0
SourceHighlighters.js
apps/remix-ide/src/app/editor/SourceHighlighters.js
+2
-1
No files found.
apps/remix-ide/src/app/components/side-panel.js
View file @
bdfa3df4
...
...
@@ -113,6 +113,7 @@ export class SidePanel extends AbstractPanel {
async
showContent
(
name
)
{
super
.
showContent
(
name
)
this
.
renderHeader
()
this
.
emit
(
'focusChanged'
,
name
)
}
/** The header of the side panel */
...
...
apps/remix-ide/src/app/editor/SourceHighlighters.js
View file @
bdfa3df4
...
...
@@ -30,8 +30,9 @@ class SourceHighlighters {
// eslint-disable-next-line
try
{
if
(
!
this
.
highlighters
[
from
])
return
const
sourceHighlight
=
new
SourceHighlighter
()
let
sourceHighlight
for
(
const
index
in
this
.
highlighters
[
from
])
{
sourceHighlight
=
new
SourceHighlighter
()
sourceHighlight
.
currentSourceLocationFromfileName
(
this
.
highlighters
[
from
][
index
].
position
,
this
.
highlighters
[
from
][
index
].
source
,
...
...
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