You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks to @pierpo for the great library, everything has been extremely easy to integrate and use and has been super useful so far.
The issue I am having at the moment is when trying to programatically control the zoom of my ArcherContainer using a transform(zoom) CSS method the arrows are not being re-rendered correctly. Everything else within the container scales as desired however the arrows now no longer point to the desired target as well as they previously did.
I have put together a simple CodeSandbox demonstrating this here:
Mmmmh, glad to hear that it works... But that's kind of a hack. I guess something's wrong with the lib 🤔
Thank you for the tip, though!
Fixing this hack might take a deep investigation, so I'm not planning on doing it soon. My long-term plan would be to re-write everything in a more modern way (using hooks etc.), and re-think the core of the lib. That would maybe fix it.
I'll wait for @dooleyb1 's feedback to know if the issue is solved!
Hi there,
First of all thanks to @pierpo for the great library, everything has been extremely easy to integrate and use and has been super useful so far.
The issue I am having at the moment is when trying to programatically control the zoom of my
ArcherContainer
using atransform(zoom)
CSS method the arrows are not being re-rendered correctly. Everything else within the container scales as desired however the arrows now no longer point to the desired target as well as they previously did.I have put together a simple CodeSandbox demonstrating this here:
https://codesandbox.io/s/quirky-minsky-5ou2h?file=/src/App.js
Similarly, I have attempted to use a
ref
and theref.current.refreshScreen()
method which is exposed which also did not work for me.Many thanks for any help! 😄
The sample source code is as follows:
The text was updated successfully, but these errors were encountered: