We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02ee6d commit 81774e3Copy full SHA for 81774e3
src/widgets.ts
@@ -97,6 +97,7 @@ export class BokehView extends DOMWidgetView {
97
this._idle = true
98
this._combine = true
99
this._msgs = []
100
+ this._events = []
101
const { Receiver } = bk_require('protocol/receiver')
102
this._receiver = new Receiver()
103
this.model.on('change:render_bundle', () => this.render())
0 commit comments