-
Confirmed the contents are in node_modules: @slipmatio/control-knob/...
```
import ControlKnob from '@slipmatio/control-knob'
export default {
components: {
ControlK…
-
To optimize scrolling performance, [passive event listeners can be declared with an option](https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md). Currently, the declaration is miss…
-
Currently the knob does support mouse drags, mouse wheel events and up/down keys. On touch screens however, the value can not currently be changed. This feature should bring touch support similar to m…
-
Warning message:
```
[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive.
```
Offending …
gnz00 updated
2 years ago