File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ class Smoother {
385385
386386 this . inpElem . onmouseover = ( ev ) => { ev . target . focus ( ) }
387387 this . inpElem . oninput = this . smoothApprox
388+ this . allBlockElem . onclick = this . smoothApprox
388389 document . getElementById ( 'smoothApl' ) . onclick = ( ) => {
389390 this . saveApprox ( )
390391 if ( ! this . shown ) {
@@ -432,7 +433,7 @@ class Smoother {
432433 fullData . splice ( 1 , 1 )
433434 fullDataCols . splice ( 1 , 1 )
434435 legendNames . splice ( 1 , 1 )
435- window . addEventListener ( 'colChanged ', this . colChangedProxy )
436+ window . removeEventListener ( 'columnChanged ', this . colChangedProxy )
436437 window . removeEventListener ( 'sliderChanged' , this . sliderChangeProxy )
437438 window . removeEventListener ( 'keydown' , this . saveProxy )
438439 }
You can’t perform that action at this time.
0 commit comments