feat(masks): add mask editing mode
This commit is contained in:
@@ -13,6 +13,7 @@ export const initialEditorState: EditorState = {
|
||||
},
|
||||
tools: initialToolState,
|
||||
transformSession: undefined,
|
||||
maskEditLayerId: undefined,
|
||||
};
|
||||
|
||||
export function createInitialAppState(name = "Untitled"): AppState {
|
||||
|
||||
@@ -21,6 +21,7 @@ export type EditorState = {
|
||||
selection: SelectionState;
|
||||
tools: ToolState;
|
||||
transformSession?: TransformSession;
|
||||
maskEditLayerId?: LayerId;
|
||||
};
|
||||
|
||||
export type HistorySnapshot = {
|
||||
|
||||
Reference in New Issue
Block a user