diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-30 13:54:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-30 13:54:52 +0200 |
| commit | 7d166ddbbbb8a7db6da3052ab01bd9e44c6f94e5 (patch) | |
| tree | f1099035fa23a8c359e996cab6b11f6bf1e22fab /animism-align/frontend/types.js | |
| parent | 3132458de93217dbd2ebaee3faae046f30f818e1 (diff) | |
zoom and scroll the waveform
Diffstat (limited to 'animism-align/frontend/types.js')
| -rw-r--r-- | animism-align/frontend/types.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/animism-align/frontend/types.js b/animism-align/frontend/types.js index 337f711..d38cd68 100644 --- a/animism-align/frontend/types.js +++ b/animism-align/frontend/types.js @@ -7,6 +7,9 @@ export const peaks = crud_type('peaks', []) export const text = crud_type('text', []) export const timestamp = crud_type('timestamp', []) export const paragraph = crud_type('paragraph', []) +export const align = crud_type('align', [ + 'set_display_setting', +]) export const site = with_type('site', [ ]) |
