mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 12:34:45 -04:00
Fix renderer type test (#1647)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
abceb356db
commit
a96b06c95b
6 changed files with 40 additions and 16 deletions
|
@ -120,9 +120,9 @@ export type RendererToEditorMessageType =
|
|||
| CommunicationMessageType.ON_WORD_COUNT_CALCULATED
|
||||
|
||||
export enum RendererType {
|
||||
DOCUMENT,
|
||||
INTRO,
|
||||
SLIDESHOW
|
||||
DOCUMENT = 'document',
|
||||
INTRO = 'intro',
|
||||
SLIDESHOW = 'slideshow'
|
||||
}
|
||||
|
||||
export interface BaseConfiguration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue