mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Autosave
This commit is contained in:
@@ -103,6 +103,13 @@ const Action = {
|
||||
PAN: 4,
|
||||
};
|
||||
|
||||
const State = {
|
||||
NONE: 0,
|
||||
SAVING: 1,
|
||||
SAVED: 2,
|
||||
LOADING: 3,
|
||||
};
|
||||
|
||||
export {
|
||||
bgBlue,
|
||||
sqlDataTypes,
|
||||
@@ -116,4 +123,5 @@ export {
|
||||
Tab,
|
||||
ObjectType,
|
||||
Action,
|
||||
State,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user