mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 14:34:55 +00:00
more undo redo
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user