Some cleanup in App.tsx (#1681)

This commit is contained in:
Aakansha Doshi 2020-05-30 18:56:17 +05:30 committed by GitHub
parent fa359034c5
commit 17e9cc4506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 60 deletions

View file

@ -65,3 +65,5 @@ export const FONT_FAMILY = {
2: "Helvetica",
3: "Cascadia",
} as const;
export const CANVAS_ONLY_ACTIONS = ["selectAll"];