Mike Dodge

Results 12 comments of Mike Dodge

Yes - https://shop.clubschoicefundraising.com/Home/Products/candles-scents Click on one of the products and it happens when you try and add it to your cart.

Any ideas on how to fix this?

I don't remember exactly what I did. But I think I had to change my target in the parentheses somehow.

2020, is this idea dead? I don't know coffeescript, but am quite experienced in modern Javascript. Would love to see this happen.

I'm struggling with how to do this with functional components. I have this above the return statement: ``` const scrollbar = React.createRef(); useEffect(() => { scrollbar.scrollToTop(); }); ``` And in...

@knightjdr Thanks! That helped a lot. I had to add a check in the useEffect too. ``` useEffect(() => { if (scrollbar.current) { scrollbar.current.scrollToTop(); } }); ```

I also would like to figure out how to keep the tooltip open, so text from the tooltip could be copied by the user.

Old question, you probably figured it out by now. But I was able to do this with the Llama app before I knew of owntracks.

I'm having the same issue. No errors in console. Dom-Slider Version 2.1.4. Firefox Developer 80.0b3. Also tested on Chrome 84.0.4147.105 and Firefox 79. I've tried toggle, up, and down with...

Should I open a new issue so I'm not adding to a closed issue?