Beau Butner
Beau Butner
> Is this still an issue? Could you provide a plunker debunking the issue? > > This works for me > > ``` > scroller.scrollTo('scroll-to-element', { > duration: 800, >...
@pontusk Please check out [this PR](https://github.com/PandaTheme/panda-syntax-vscode/pull/2) and let me know if this should suffice for your needs.
I'm able to somewhat work around this and accomplish what I want with: ```csharp private void UIElement_OnTouchDown( object sender, TouchEventArgs e ) { if( sender is not Thumb thumb )...