Skip to content

Commit 700c899

Browse files
committed
🤔 comment out code for build pipeline
1 parent 146ad95 commit 700c899

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎src/components/sc-dial/sc-dial.tsx‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ export class ScDial {
168168
)
169169
}
170170

171-
private quadrant: number
172-
private lastQuadrant: number
171+
// private quadrant: number
172+
// private lastQuadrant: number
173173

174174
private mouseDirectionX?: 'left' | 'right' = null
175175
private mouseDirectionY?: 'up' | 'down' = null
@@ -231,6 +231,7 @@ export class ScDial {
231231
y > this.centerY &&
232232
this.mouseDirectionX === 'left'
233233
) {
234+
console.log(this.mouseDirectionY)
234235
console.log('yo')
235236
// if (!isNaN(this.max)) {
236237
// return
@@ -297,10 +298,10 @@ export class ScDial {
297298
rotation,
298299
reachedMax,
299300
reachedMin,
300-
mouseDirectionX,
301-
mouseDirectionY,
302-
startingDeg,
303-
startingValue,
301+
// mouseDirectionX,
302+
// mouseDirectionY,
303+
// startingDeg,
304+
// startingValue,
304305
} = this
305306
return (
306307
<Host style={{ '--sc-dial-size': `${size}px` }}>

0 commit comments

Comments
 (0)