Hiroki Kokubun

Results 49 comments of Hiroki Kokubun

I think it's out of scope of the library. All of `refresh()` is called by users. It means that users can always know whether it's `isFromUI` or `isFromRefresh`.

Feel free to reopen the issue if you have any updates.

You can create a utility like this: ```ts // This is just an example, not tested... class RefreshContainer { private readonly pane: Pane; private refreshing_ = false; constructor(pane: Pane) {...

Published the beta release of the next major version v4 and it's ES module. You can try it with `npm install tweakpane@beta`, or downloading it manually: https://github.com/cocopon/tweakpane/releases/tag/4.0.0-beta.1

Implemented in #514 and will be released in the next major version.

@joeyfigaro They are currently working on another library [leva](https://github.com/pmndrs/leva). This repository was transferred from them to the official Tweakpane organization but there is no active maintainer at this time. I...

Can you share the example code and some screenshots? I'd like to reproduce the issue in my environment.

Thank you for using Tweakpane. After reading #508, I've thought that it would be useful to add a new kind of plugin that processes all existing and new blades (e.g....