fix: circular dependencies (#1040)
This commit is contained in:
10
app/assets/javascripts/UIModels/AppState/AppStateEvent.ts
Normal file
10
app/assets/javascripts/UIModels/AppState/AppStateEvent.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export enum AppStateEvent {
|
||||
TagChanged,
|
||||
ActiveEditorChanged,
|
||||
PanelResized,
|
||||
EditorFocused,
|
||||
BeganBackupDownload,
|
||||
EndedBackupDownload,
|
||||
WindowDidFocus,
|
||||
WindowDidBlur,
|
||||
}
|
||||
Reference in New Issue
Block a user