app-state-enum.js 82 B

12345
  1. export const APP_STATE = {
  2. NONE: 0,
  3. OBJECT_SELECTED: 1,
  4. TOOL_SELECTED: 2
  5. };