summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-09 21:20:03 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-09 21:20:03 +0100
commit554695be3d2c0ed122fa83b6b0ac76e338116268 (patch)
tree80facb1f97e3c345d6133c788587210083e84e3b /animism-align/frontend/app/types.js
parenteeffc71a1eec3e80f1a1e1147ef1e5581c721c3e (diff)
making overview load
Diffstat (limited to 'animism-align/frontend/app/types.js')
-rw-r--r--animism-align/frontend/app/types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js
index 4f9d123..1966dde 100644
--- a/animism-align/frontend/app/types.js
+++ b/animism-align/frontend/app/types.js
@@ -28,7 +28,7 @@ export const audio = with_type('audio', [
])
export const editor = with_type('editor', [
- 'loaded',
+ 'loading', 'loaded',
])
export const viewer = with_type('viewer', [
'load_sections', 'toggle_component', 'toggle_nav_component',