Fix broken references when parsing markdown streams
This commit is contained in:
parent
57b553de2f
commit
569ef13ac9
4 changed files with 103 additions and 15 deletions
|
|
@ -162,7 +162,7 @@ impl Markdown {
|
|||
match self.mode {
|
||||
Mode::Preview(_) => Subscription::none(),
|
||||
Mode::Stream { .. } => {
|
||||
time::every(milliseconds(20)).map(|_| Message::NextToken)
|
||||
time::every(milliseconds(10)).map(|_| Message::NextToken)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue