mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fix typo, static msg content c&p from button widget view.
This commit is contained in:
parent
6aac36ee13
commit
02db32fe9a
@ -485,7 +485,7 @@ define(["components/underscore/underscore-min",
|
||||
|
||||
|
||||
send: function(content) {
|
||||
this.model.send({event: 'click'}, this.cell);
|
||||
this.model.send(content, this.cell);
|
||||
},
|
||||
|
||||
update: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user