Skip to content

Commit

Permalink
Update view-sidebar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Sep 11, 2022
1 parent 966da64 commit 264390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/view-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ sidebar.AttributeView = class extends sidebar.ValueView {
case 'function': {
const line = this._host.document.createElement('div');
line.className = 'sidebar-view-item-value-line-link';
line.innerHTML = type === value.type.name;
line.innerHTML = value.type.name;
line.addEventListener('click', () => {
this._raise('show-graph', value.type);
});
Expand Down

0 comments on commit 264390e

Please sign in to comment.