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 {
|
||||
|
||||
Reference in New Issue
Block a user