Skip to content

Fix table checkbox click

Fixes table checkbox click. A click directly on the checkbox would select and unselect the checkbox at the same time because of 2 event listeners. Solved by adding cancelBubble to the checkbox click event.

Merge request reports