mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Alignment is wrong.
This commit is contained in:
parent
ca26e95e44
commit
b082dceebc
1 changed files with 7 additions and 7 deletions
|
@ -233,13 +233,13 @@ impl TextRunScanner {
|
|||
|
||||
if flush_mapping {
|
||||
mapping.flush(&mut mappings,
|
||||
&mut run_info,
|
||||
&**text,
|
||||
compression,
|
||||
text_transform,
|
||||
&mut last_whitespace,
|
||||
&mut start_position,
|
||||
end_position);
|
||||
&mut run_info,
|
||||
&**text,
|
||||
compression,
|
||||
text_transform,
|
||||
&mut last_whitespace,
|
||||
&mut start_position,
|
||||
end_position);
|
||||
if run_info.text.len() > 0 {
|
||||
if flush_run {
|
||||
run_info.flush(&mut run_info_list, &mut insertion_point);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue