BMPN OVerlays while Zooming and Dragging

Hi,

Whenever I zoom in, zoomout and drag the diagram, overlays which i have added on notations are disappering and appearing again.

This is happening in the bpmn example also.

https://github.com/bpmn-io/bpmn-js-examples/tree/master/overlays

Is there any chance to get rid of this behaviour. Overlay should appear while I am zooming and dragging also.
Thanks
Vijay

It’s the default behavior. You’ll have to implement another one on your own, cf. https://github.com/bpmn-io/diagram-js/blob/develop/lib/features/overlays/Overlays.js#L546