mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix for Issue #6073
This commit is contained in:
parent
0898620902
commit
85c88c707f
1 changed files with 2 additions and 0 deletions
|
@ -413,6 +413,8 @@ impl<'a> HTMLInputElementHelpers for JSRef<'a, HTMLInputElement> {
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.map(|group| &**group));
|
.map(|group| &**group));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.force_relayout();
|
||||||
//TODO: dispatch change event
|
//TODO: dispatch change event
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue