Hi,
I met some inconsistency between regular/custom tooltips on zoom in drag mode.
If tooltips are enabled, there are hidden during dragging, as you can see in this fiddle (tested in Firefox 70 and Chromium 78), although it's not explicitly handled by the zoom plugin. I think it's because the update call in the mouseover handler.
However, tooltips.custom is called while dragging, as you can see here.
I think we should explicit the behaviour in the plugin?
Hi,
I met some inconsistency between regular/custom tooltips on zoom in drag mode.
If
tooltipsareenabled, there are hidden during dragging, as you can see in this fiddle (tested in Firefox 70 and Chromium 78), although it's not explicitly handled by the zoom plugin. I think it's because theupdatecall in themouseoverhandler.However,
tooltips.customis called while dragging, as you can see here.I think we should explicit the behaviour in the plugin?