Guy Hagemans
Guy Hagemans
Sorry I wasn't clear in my first message. We need the N direction in order for the component to resize upwards, but we'd like to restyle the blue circle that...
thank you so much for the example. Do you maybe have an example in Svelte? We can't get it to work in Svelte. We tried via the id selector and...
Ah we figured it out, we had to se :global(.rCS1rb3a7w .moveable-control) thanks again for your help though.
did anything change in the meantime by any chance? I'm trying to connect to testnet via; const baseUrL = (testnet ? "https://testnet.binance.vision/api" : "https://api.binance.com/api"); const client = new MainClient({ api_key:...