Skip to content

Commit 43ed2b6

Browse files
committed
type fix
1 parent 7f077e4 commit 43ed2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/setupSidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class SketchTreeItem extends TreeItem {
7878
// TODO: Add examples from libraries
7979
// TODO: Connect to Processing and request where the sketchbook is located
8080

81-
class ProcessingWindowDataProvider implements TreeDataProvider<FolderTreeItem> {
81+
class ProcessingWindowDataProvider implements TreeDataProvider<FolderTreeItem | SketchTreeItem> {
8282
constructor(
8383
public readonly folders: Folder[],
8484
) {

0 commit comments

Comments
 (0)