Skip to content

Commit 166e2b9

Browse files
committed
enter key bug fix
1 parent 37ead71 commit 166e2b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/activity.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3124,6 +3124,8 @@ class Activity {
31243124
break;
31253125
}
31263126
case 13: { // 'R or ENTER'
3127+
if (this.isInputON) return;
3128+
31273129
if (this.searchWidget.style.visibility === "visible") {
31283130
return;
31293131
}

0 commit comments

Comments
 (0)