Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expand clickable area
Browse files Browse the repository at this point in the history
mjauvin committed Jan 23, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 85362e7 commit f1e89b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -61,6 +61,7 @@
}

this.$el.on('click', '.find-button', this.proxy(this.onClickFindButton))
this.$el.on('click', '.find-empty-message', this.proxy(this.onClickFindButton)).css({'cursor':'pointer'})
this.$el.on('click', '.find-remove-button', this.proxy(this.onClickRemoveButton))

this.$findValue = $('[data-find-value]', this.$el)

0 comments on commit f1e89b9

Please sign in to comment.