File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -303,13 +303,17 @@ class JupyterScatterView {
303
303
this . viewChangeHandlerBound = this . viewChangeHandler . bind ( this ) ;
304
304
this . resizeHandlerBound = this . resizeHandler . bind ( this ) ;
305
305
this . scatterplot . subscribe ( 'lassoEnd' , ( { centerPositions } ) => {
306
+ // eslint-disable-next-line
306
307
console . log ( "lassoEnd" )
308
+ // eslint-disable-next-line
307
309
console . log ( { centerPositions} )
308
310
this . model . set ( "center_positions" , centerPositions ) ;
309
311
this . model . save_changes ( ) ;
310
312
} )
311
313
this . scatterplot . subscribe ( 'dirEnd' , ( { dircenterPositions } ) => {
314
+ // eslint-disable-next-line
312
315
console . log ( "dirEnd" )
316
+ // eslint-disable-next-line
313
317
console . log ( { dircenterPositions} )
314
318
this . model . set ( "dir_center_positions" , dircenterPositions ) ;
315
319
this . model . save_changes ( ) ;
You can’t perform that action at this time.
0 commit comments