File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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` } } >
You can’t perform that action at this time.
0 commit comments