mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
Fixed jump tag issue
This commit is contained in:
parent
ce2da28a00
commit
20a8946c6b
1 changed files with 2 additions and 1 deletions
|
@ -1144,7 +1144,8 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
layer_id: LayerId,
|
||||
point: Point2D<f32>) {
|
||||
if self.move_layer(pipeline_id, layer_id, Point2D::from_untyped(&point)) {
|
||||
self.perform_updates_after_scroll()
|
||||
self.perform_updates_after_scroll();
|
||||
self.send_viewport_rects_for_all_layers()
|
||||
} else {
|
||||
self.fragment_point = Some(point)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue