Skip to content

Commit

Permalink
fix NaN bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
imzlh committed Jul 11, 2024
1 parent ca27710 commit 4ac8e66
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 297 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</svg>
{{ APP_NAME }}
</div>
<div class="files" tabindex="-1" @focus="tree_active = true" @blur="tree_active = false">
<div class="files vlist" tabindex="-1" @contextmenu.prevent @focus="tree_active = true" @blur="tree_active = false">
<Tree :data="TREE" :active="tree_active" />
</div>
</div>
Expand Down
Loading

0 comments on commit 4ac8e66

Please sign in to comment.