Skip to content

Commit

Permalink
Use correct comm when callback is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 7, 2017
1 parent 0ce5e35 commit eab77cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holoviews/plotting/bokeh/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ class Callback(object):
function trigger() {{
if (comm_state.event != undefined) {{
comms_target = comm_state.event["comms_target"]
comm = HoloViewsWidget.comms[comms_target];
comm.send(comm_state.event);
}}
comm_state.event = undefined;
Expand Down

0 comments on commit eab77cb

Please sign in to comment.