2
0

feat(editor): Zoom in/out

This commit is contained in:
Baptiste Arnaud
2022-04-08 14:30:46 -05:00
parent 6314ce2f62
commit c5d3b9214d
16 changed files with 336 additions and 63 deletions

View File

@ -58,6 +58,12 @@ model User {
CollaboratorsOnTypebots CollaboratorsOnTypebots[]
company String?
onboardingCategories String[]
graphNavigation GraphNavigation?
}
enum GraphNavigation {
MOUSE
TRACKPAD
}
model CustomDomain {