mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 14:32:26 +00:00
add tooltip cleanup
This commit is contained in:
parent
1fcc29f3f2
commit
0e71b44f45
@ -156,7 +156,10 @@ impl Request {
|
||||
}
|
||||
});
|
||||
}
|
||||
None => e.remove_css_class(C),
|
||||
None => {
|
||||
e.remove_css_class(C);
|
||||
e.set_tooltip_text(None)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user