@nikzb wrote:
I have a search feature that calls
diagram.zoomToFit();when a user submits a search query. This results in the whole diagram being visible. The strange thing is that if the user subsequently submits the same search query, callingdiagram.zoomToFit();again before making any manual changes to the zoom level, the diagram will zoom in a tiny bit more.Any idea why calling
zoomToFittwice in a row would cause slightly different zoom levels?
Posts: 2
Participants: 2