Skip to content

Commit

Permalink
[UPD] update overlay while animating #1037
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Mar 21, 2024
1 parent f92e4c8 commit cf9d92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interaction/Transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ var ol_interaction_Transform = class olinteractionTransform extends ol_interacti
style: function (feature) {
return (self.style[(feature.get('handle') || 'default') + (feature.get('constraint') || '') + (feature.get('option') || '')])
},
updateWhileAnimating: true,
updateWhileInteracting: true,
})

// Collection of feature to transform
Expand Down

0 comments on commit cf9d92d

Please sign in to comment.