mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 06:25:26 +00:00
Undo and redo for moving and adding objects
This commit is contained in:
@@ -75,6 +75,11 @@ const ObjectType = {
|
||||
NOTE: 3,
|
||||
};
|
||||
|
||||
const Action = {
|
||||
ADD: 0,
|
||||
MOVE: 1,
|
||||
}
|
||||
|
||||
export {
|
||||
bgBlue,
|
||||
sqlDataTypes,
|
||||
@@ -86,4 +91,5 @@ export {
|
||||
Constraint,
|
||||
Tab,
|
||||
ObjectType,
|
||||
Action
|
||||
};
|
||||
|
Reference in New Issue
Block a user