feat(masks): add mask editing mode
This commit is contained in:
@@ -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