We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dial
dial
1 parent 6666f7a commit d6a0daeCopy full SHA for d6a0dae
apps/spotrem/app.js
@@ -135,7 +135,7 @@ let dragHandler = function(e) {
135
};
136
cbVisual(Math.sign(dx)*Math.sign(g.getHeight()/2-e.y));
137
resetOuterScopeVariables();
138
- let volumeKnob = require("Dial")(cbVisual);
+ let volumeKnob = require("dial")(cbVisual);
139
let timingOutVolumeKnob = (e)=>{
140
if (!e.b) {
141
setKnobTimeout();
0 commit comments