param icon indicating copy to clipboard operation
param copied to clipboard

Triggered events in batched mode have wrong type

Open philippjfr opened this issue 5 years ago • 0 comments

In https://github.com/pyviz/param/pull/343 I fixed a bug that caused triggered events to get dropped when in batched mode. Due to time constraints and complexity I didn't fix another issue that cropped up which meant that the triggered events would get emitted with the wrong type, i.e. type='changed' rather than type='triggered'.

philippjfr avatar May 31 '19 22:05 philippjfr