georgealways / lil-gui

Makes a floating panel for controllers on the web. Works as a drop-in replacement for dat.gui in most projects.
https://lil-gui.georgealways.com/
MIT License
1.15k stars 47 forks source link

Folders have touchStyles although I pass {touchStyles: false} to its parent. #102

Closed boletales closed 1 year ago

boletales commented 1 year ago

Is this a specification?

georgealways commented 1 year ago

nope, that's a bug—thanks for the catch! patch soon, but this should fix it in the meantime:

myFolder.domElement.classList.remove( 'allow-touch-styles' )

georgealways commented 1 year ago

Hello again! These fixes are published as of 0.18.2.