Skip to content

Commit

Permalink
chore: style
Browse files Browse the repository at this point in the history
  • Loading branch information
zayKenyon committed Nov 4, 2024
1 parent 8060422 commit 7da3e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class RecentFilesListView extends ItemView {
const navFile = childrenEl.createDiv({
cls: 'tree-item nav-file recent-files-file',
});

const navFileTitle = navFile.createDiv({
cls: 'tree-item-self is-clickable nav-file-title recent-files-title',
});
Expand All @@ -132,6 +131,7 @@ class RecentFilesListView extends ItemView {
: currentFile.basename;

navFileTitleContent.setText(title);

setTooltip(navFile, currentFile.path);

if (openFile && currentFile.path === openFile.path) {
Expand Down

0 comments on commit 7da3e1b

Please sign in to comment.