This commit is contained in:
parent
d3db84c444
commit
0da0256efa
@ -49,7 +49,7 @@ impl Liste {
|
||||
if let Some(last) = last_ebene {
|
||||
if liste.ebene > last {
|
||||
let last_list = content.pop().unwrap();
|
||||
content.push(Content::List(vec![last_list, liste.get_content()]));
|
||||
content.push(Content::Multi(vec![last_list, liste.get_content()]));
|
||||
already_added = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user