Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
aff0cd8e3d8f
Commit
d94ff69a
authored
Oct 25, 2018
by
Laurent Wouters
Browse files
[fix] Fixed display of options page
parent
691d1ce23483
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/src/options/main.tsx
View file @
aff0cd8e
...
...
@@ -65,7 +65,7 @@ class Popup extends React.Component<{}, State> {
let
self
=
this
;
getViewRegistry
().
then
((
registry
:
definition
.
ViewRegistry
)
=>
{
self
.
state
.
pane
=
"
tab
"
;
self
.
state
.
pane
=
"
sources
"
;
self
.
state
.
registry
=
registry
;
self
.
setState
(
self
.
state
);
});
...
...
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