🙊
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
9f629fa307
commit
308cead8a8
1 changed files with 1 additions and 4 deletions
|
@ -5737,9 +5737,7 @@ fn build_style(
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if let Some(highlight_style) =
|
if let Some(highlight_style) = override_text_style.and_then(|build_style| build_style(&style)) {
|
||||||
override_text_style.and_then(|build_style| dbg!(build_style(&style)))
|
|
||||||
{
|
|
||||||
if let Some(highlighted) = style
|
if let Some(highlighted) = style
|
||||||
.text
|
.text
|
||||||
.clone()
|
.clone()
|
||||||
|
@ -5747,7 +5745,6 @@ fn build_style(
|
||||||
.log_err()
|
.log_err()
|
||||||
{
|
{
|
||||||
style.text = highlighted;
|
style.text = highlighted;
|
||||||
dbg!(&style.text);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue