Skip to content

Commit d10d52e

Browse files
committed
fix(actions): add back nodes contents to view action params
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 1729c40 commit d10d52e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ export type ActionContext = {
2323
export type ViewActionContext = {
2424
view: View,
2525
folder: Folder,
26+
contents: Node[],
2627
}

0 commit comments

Comments
 (0)