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
408b8807
Commit
408b8807
authored
Jan 21, 2021
by
filip mertens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix highlights of tab
parent
9c72cea3
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 @
408b8807
...
...
@@ -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 @
408b8807
...
...
@@ -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