Skip to content

Commit b64f44f

Browse files
authored
Update web_src/js/features/comp/ComboMarkdownEditor.js
1 parent fddfaf0 commit b64f44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/comp/ComboMarkdownEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ComboMarkdownEditor {
9393
for (const name of emojiKeys) {
9494
if (name.includes(text)) {
9595
matches.push(name);
96-
if (matches.length > 5) break;
96+
if (matches.length > 4) break;
9797
}
9898
}
9999

0 commit comments

Comments
 (0)