Triggered events in batched mode have wrong type
Open
component: depends/watch
type-bug
- Dominant language
- Python
- Stars
- 521
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 35
Description
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'.
Contributor guide
Assessment
This issue has not been assessed yet.