Skip to content

Commit

Permalink
Revert LemmyNet#767
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH committed Jul 13, 2023
1 parent 295cd42 commit 92812db
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ object MarkdownHelper {
}
markwon!!.setParsedMarkdown(textView, md)
},
onReset = {},
modifier = modifier,
)
}
Expand Down Expand Up @@ -245,7 +244,6 @@ object MarkdownHelper {
update = { textView ->
previewMarkwon!!.setMarkdown(textView, markdown)
},
onReset = {},
modifier = modifier,
)
}
Expand Down

0 comments on commit 92812db

Please sign in to comment.