Skip to content

Commit b15db29

Browse files
committed
Add comment
1 parent 9011a88 commit b15db29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tree/revisionManagement/RevisionDraftItem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { treeUtils } from "../../utils/treeUtils";
1717
import type { ContainerAppModel } from "../ContainerAppItem";
1818
import { RevisionItem, type RevisionsItemModel } from "./RevisionItem";
1919

20+
// For tree items that depend on the container app's revision draft template
2021
export interface RevisionsDraftModel {
2122
hasUnsavedChanges: () => boolean | Promise<boolean>;
2223
}

0 commit comments

Comments
 (0)