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