Skip to content

Commit 73d1bd9

Browse files
committed
Fix js controller
1 parent 45eb3bd commit 73d1bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/onlylogs/controllers/text_selection_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default class TextSelectionController extends Controller {
7676

7777
searchSelectedText() {
7878
if (this.selectedText) {
79-
if (thisthis.regexpModeTarget.checked) {
79+
if (this.regexpModeTarget.checked) {
8080
this.regexpModeTarget.checked = false
8181
this.regexpModeTarget.dispatchEvent(new Event('change', { bubbles: true }))
8282
}

0 commit comments

Comments
 (0)