Hover event was not being propagated into the components inside the table.
Fixes: https://tracker.ceph.com/issues/45968
Signed-off-by: Tiago Melo <tmelo@suse.com>
// ngx-datatable triggers calculations each time mouse enters a row,
// this will prevent that.
- this.table.element.addEventListener('mouseenter', (e) => e.stopPropagation(), true);
+ this.table.element.addEventListener('mouseenter', (e) => e.stopPropagation());
this._addTemplates();
if (!this.sorts) {
// Check whether the specified identifier exists.