We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45eb3bd commit 73d1bd9Copy full SHA for 73d1bd9
app/javascript/onlylogs/controllers/text_selection_controller.js
@@ -76,7 +76,7 @@ export default class TextSelectionController extends Controller {
76
77
searchSelectedText() {
78
if (this.selectedText) {
79
- if (thisthis.regexpModeTarget.checked) {
+ if (this.regexpModeTarget.checked) {
80
this.regexpModeTarget.checked = false
81
this.regexpModeTarget.dispatchEvent(new Event('change', { bubbles: true }))
82
}
0 commit comments