mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Sending data back to python object after slider values change
This commit is contained in:
parent
dc2672f2ec
commit
dab68840dd
@ -77,6 +77,7 @@ define([
|
||||
this.model.set('value', value, {updated_view: this});
|
||||
this.$slider.slider('option', 'value', value);
|
||||
this.$readout.text(value);
|
||||
this.touch()
|
||||
|
||||
// Use the right CSS classes for vertical & horizontal sliders
|
||||
if (orientation=='vertical') {
|
||||
|
Loading…
Reference in New Issue
Block a user