Skip to content

Commit

Permalink
client: Fix calendar dropdown not closing (fixes #384)
Browse files Browse the repository at this point in the history
The regression was introduced in 612e440.
This might cause some other issues in closing the highlights, but none
were identified during a cursory testing.
  • Loading branch information
eliandoran committed Sep 2, 2024
1 parent 50c0252 commit c2ce7d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/public/app/widgets/buttons/onclick_button.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default class OnClickButtonWidget extends AbstractButtonWidget {

if (this.settings.onClick) {
this.$widget.on("click", e => {
e.stopPropagation();
this.$widget.tooltip("hide");

this.settings.onClick(this, e);
Expand Down

0 comments on commit c2ce7d6

Please sign in to comment.