Use checkbox-tree library

This commit is contained in:
2026-07-11 21:28:45 -05:00
parent c32a984c8e
commit 291b6028f5
7 changed files with 20 additions and 51 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { CheckboxTree } from '../lib/checkbox-tree/checkbox-tree.js';
import { CheckboxTree } from '../vendor/checkbox-tree/checkbox-tree.js';
import { getSortedKeys } from './sort.js';
const STORAGE_KEY = 'tree-state-v2';