mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
'create' should be handled in sync
This commit is contained in:
parent
2b27b4101b
commit
d9a703d305
@ -169,6 +169,7 @@ function(WidgetManager, Underscore, Backbone){
|
||||
this.msg_buffer = _.extend(this.msg_buffer || {}, attrs);
|
||||
break;
|
||||
case 'update':
|
||||
case 'create':
|
||||
this.msg_buffer = attrs;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user