mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 20:14:35 -04:00
Move markdown split into redux (#1681)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
71e668cd17
commit
6594e1bb86
30 changed files with 217 additions and 226 deletions
|
@ -62,7 +62,7 @@ export interface ImageClickedMessage {
|
|||
|
||||
export interface SetMarkdownContentMessage {
|
||||
type: CommunicationMessageType.SET_MARKDOWN_CONTENT
|
||||
content: string
|
||||
content: string[]
|
||||
}
|
||||
|
||||
export interface SetScrollStateMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue