mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add tooltip cleanup
This commit is contained in:
parent
1fcc29f3f2
commit
0e71b44f45
1 changed files with 4 additions and 1 deletions
|
|
@ -156,7 +156,10 @@ impl Request {
|
|||
}
|
||||
});
|
||||
}
|
||||
None => e.remove_css_class(C),
|
||||
None => {
|
||||
e.remove_css_class(C);
|
||||
e.set_tooltip_text(None)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue