mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #6084 - WriterOfAlicrow:radiobutton-fix, r=jdm
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6084) <!-- Reviewable:end -->
This commit is contained in:
commit
e2b0922d42
1 changed files with 2 additions and 0 deletions
|
@ -413,6 +413,8 @@ impl<'a> HTMLInputElementHelpers for JSRef<'a, HTMLInputElement> {
|
|||
.as_ref()
|
||||
.map(|group| &**group));
|
||||
}
|
||||
|
||||
self.force_relayout();
|
||||
//TODO: dispatch change event
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue