mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
remove empty match
This commit is contained in:
parent
dcfe60c164
commit
44686e217f
1 changed files with 2 additions and 5 deletions
|
@ -280,11 +280,8 @@ pub fn parse_value(value: &str) -> Option<UnitSystem> {
|
|||
}
|
||||
}
|
||||
|
||||
fn apply_overflow(name: &str, _value: &str, _style: &mut Style) {
|
||||
match name {
|
||||
// todo: add overflow support to taffy
|
||||
_ => {}
|
||||
}
|
||||
fn apply_overflow(_name: &str, _value: &str, _style: &mut Style) {
|
||||
// todo: add overflow support to taffy
|
||||
}
|
||||
|
||||
fn apply_display(_name: &str, value: &str, style: &mut Style) {
|
||||
|
|
Loading…
Reference in a new issue