more undo redo

This commit is contained in:
1ilit
2023-09-19 15:49:52 +03:00
parent a030656bcf
commit 39a8dbb315
6 changed files with 154 additions and 52 deletions

View File

@@ -73,12 +73,14 @@ const ObjectType = {
TABLE: 1,
AREA: 2,
NOTE: 3,
RELATIONSHIP: 4,
};
const Action = {
ADD: 0,
MOVE: 1,
}
DELETE: 2,
};
export {
bgBlue,
@@ -91,5 +93,5 @@ export {
Constraint,
Tab,
ObjectType,
Action
Action,
};