Skip to content

Commit

Permalink
Remove node test
Browse files Browse the repository at this point in the history
  • Loading branch information
fksms committed Jul 25, 2024
1 parent 1b753d8 commit ab86ca9
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 135 deletions.
69 changes: 0 additions & 69 deletions src/components/ShowContextMenu.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/ViewBreadcrumbsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const props = defineProps(["viewSunburstChart", "viewDirectoryFileList"]);
const ancestors = ref([]);
// パンくずリストを作成
// パンくずリストを作成(入力されたノードデータのancestorsをパンくずリストにして表示)
//
// node: カーソルを合わせた円弧or円のデータ
// node: ノードデータ
function generateBreadcrumbs(node) {
// 配列を初期化
Expand Down
4 changes: 2 additions & 2 deletions src/components/ViewDirectoryFileList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const ownSize = ref();
const children = ref([]);
// リストを作成
// リストを作成(入力されたノードデータのchildrenをリストにして表示)
//
// node: カーソルを合わせた円弧or円のデータ
// node: ノードデータ
// option: オプション
function generateDirectoryList(node, option) {
Expand Down
Loading

0 comments on commit ab86ca9

Please sign in to comment.